This topic has 15 replies, 3 voices, and was last updated 7 years, 8 months ago ago by Rose Tyler
hello is there any way to increase the font size and boldness of the text in the secondary menu ?
thank you
Hello,
Please, add this code in Custom CSS:
.secondary-menu-wrapper .menu li > a {
font-size:16px;
font-weight:600;
}
Regards
thank you 🙂
hello again and sorry but this doesnt seem to work ?
.secondary-menu-wrapper .menu li > a {font-size:25px; font-weight:600;}
once i changed the font size it stayed the same
i placed this in the global custom css field
thank you
Hello,
Could you please provide the link to site and wp-admin access in Private Content so we could check it?
Regards
yes sure thank you please find attached info
Hello,
As I see, your secondary menu is disabled http://prntscr.com/ecbbjs
If you want to change style of this menu http://prntscr.com/ecbbvt you can do it in Theme Options http://prntscr.com/ecbc3n
Regards
hello
thank you for that i think i have been mistaken im trying to change the font size and color of the font on the header i have attached an image for you
thank you
Hello,
I have added custom code in Custom CSS. Check now. Is that you were looking for?
Regards
thats great thank you very much
i have another question the formatting on the price filter is out a little ive added a screen shot it seems it is missing a divider line?
you can see it between size 24 and 26
thank you
Hello,
I don’t see described issue on your site http://prntscr.com/eef4on. Could you provide me the link to the page with the problem?
Regards
no problem sorry
here is a link
http://www.allaboutgymnastics.co.uk/product-category/leisure-wear/t-shirts-gymnastics-leisure-wear/
Hello,
Try to add this code in Custom css:
.sidebar .widget_layered_nav ul li a {
padding: 0;
border: none;
}
.sidebar .widget_layered_nav ul li {
padding: 10px 0;
border-bottom: 1px solid #e6e6e6;
}
Regards
perfect thank you
Hello,
You’re welcome!
Regards
Tagged: menu, secondary, themes, woocommerce, wordpress
The issue related to '‘secondary menu’' has been successfully resolved, and the topic is now closed for further responses