Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
abertrande
Experienced
Topic Author
Posts: 121
Joined: 03 Jul 2013, 06:13

Menu

16 Apr 2015, 09:04

Hello
I have a menu with an external link
is it possible that "Tirage Portfolio "do not be in italics because it is not beautiful ?
Thank
www.abertrande.com
Attachments
Capture d’écran 2015-04-16 à 14.57.15.png
Capture d’écran 2015-04-16 à 14.57.15.png (3.13 KiB) Viewed 2845 times
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: Menu

16 Apr 2015, 11:48

You would need to edit your theme CSS stylesheet ... admin -> themes -> edit your theme -> Edit Stylesheet. You should find this:
Code
.mainmenu_link {
	font-style: italic;
}
Just remove the italic font style
Code
.mainmenu_link {
}
You will need to empty your browser cache after saving, because the CSS is likely cached in your browser.
 
User avatar
abertrande
Experienced
Topic Author
Posts: 121
Joined: 03 Jul 2013, 06:13

Re: Menu

16 Apr 2015, 12:47

Thank a lot for tour quick answer
Perfect ;)