Page 1 of 1

Menu

Posted: 16 Apr 2015, 09:04
by abertrande
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

Re: Menu

Posted: 16 Apr 2015, 11:48
by mjau-mjau
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.

Re: Menu

Posted: 16 Apr 2015, 12:47
by abertrande
Thank a lot for tour quick answer
Perfect ;)