- This topic has 3 replies, 2 voices, and was last updated 8 years, 4 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Beauty Cuts Theme Support › sub-menu font size
Hiya,
can you please advise the code to enter in the custom CSS box to change the font size of the sub-menu nav links? I would like them to match the size and hover colour of the parent nav item
using beautyCuts theme.
thank you in advance.
Hi,
Kindly show us your website URL so that we can assist further.
Regards,
Chris
Sure – its http://www.diamondsandblades.com.au
Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
nav ul li:hover ul li a { font-size:14px;}
nav ul li:hover ul li:hover { background-color:#bc2731 !important;}
Regards,
Chris
