Gateway theme
-
hi, it is possible to change the color and the size of the font on the menu in the Gateway theme?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
To change the color and size of the menu fonts, you can target:
.main-navigation a {
color: ….; /* new color*/
font-size: ….px; /* new font-size*/
font-size: ….rem; /* new font-size in rem*/
}To change links color:
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
color: #…; /* new color*/
}And to change hover color:
.main-navigation li:hover > a,
.main-navigation li.focus > a {
color: #…; /* new color*/
}Hope this helps.
-
It is possible also with wordpress.com to access on css sheets ?
Thanks for the support. -
CSS customisation is available with the Premium and Business plans.
For more information, please see here:
https://en.support.wordpress.com/plan-features/I kind of assumed you had one of those plans :)
I don’t think there are other ways to customize fonts and colors otherwise.
-
- The topic ‘Gateway theme’ is closed to new replies.