This topic has 4 replies, 2 voices, and was last updated 9 years, 5 months ago ago by Jack Richardson
Hi ,
I would like to change font size of Main Menu.
Also, in the Shop Sidebar, I am using Woocommerce Product Category widget.
http://www.intelisystemstest.com/kokie/product-category/nails/
AS you can see, widget title is all capital letters and how do I change this?
Hello,
Try to use the following css code in custom.css:
.menu > li > a {
font-size: 16px !important;
}
.widget_product_categories .widget-title span {
text-transform: capitalize !important;
}
How to create custom.css you can watch in this tutorial (It’s for the Legenda theme but the process is the same).
Best regards,
Jack Richardson.
Hi
Thank you for your reply.
I tried as per your instruction.
I created custom.css and input the code you suggested.
However, font size of main menu is not changed and still 13px.
Also, widget title is still all capital letters.
Hello,
I’ve edited the code in custom.css.
Please clear browser cache and check site now.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up