Hello,

I am wondering if someone can help please?

I am looking at changing the sub menu font size.

If you go to my website www.cardfusion.co.uk and hover over the 'Matching Stationery' heading, there will be a sub menu called 'Engagment Cards'. I was just wondering how to resize this as the font size appears to be bigger than the main menu.

Thank you,

Prit

Hi,

Try to add the following custom css code to your override.css file (make sure the override option is enabled in Template Options -> Advanced tab):

.gkMenu > ul li div.childcontent li {
font-size: 18px;
}

Cheers
Joshua

Write a Reply...
You need to Login to view replies.