Search…

X3 Photo Gallery Support Forums

Search…
 
Renorr
Topic Author
Posts: 4
Joined: 04 Oct 2011, 05:48

Remove link format

06 Oct 2011, 04:12

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 !
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Remove link format

07 Oct 2011, 00:40

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*/
}