Page 1 of 1

Remove link format

Posted: 06 Oct 2011, 04:12
by Renorr
Hi,
How can I remove the text format (bold, color and underline) of a link in a textpage ?
I would like to display a link as a normal text.

Thanks !

Re: Remove link format

Posted: 07 Oct 2011, 00:40
by mjau-mjau
All text formatting is set in the CSS stylesheet for your theme. Navigate to admin -> themes -> edit your theme -> click "edit theme stylesheet".

More info:
https://www.photo.gallery/documentation/cssreference/

Most likely, you will just be editing this class:
Code
a:link {
/*Sets global style for all links in textfields*/
}