Comments ronelangeles started the conversationAugust 26, 2019 at 7:41amCan someone help me change the font size of only 2 of these 5 option of menu. See attached file. I want these 2 category to stand out from the rest of the option. I want the 2 highlighted part to be DARKER and BOLDER in their size. 2,700PenciDesign repliedAugust 26, 2019 at 7:45amHi,Please show me your site URL to I can take it a look to help you.Best Regards,PenciDesignronelangeles repliedAugust 26, 2019 at 11:39amSure. Here it is:http://www.livingwhitsundays.com.au/ 2,700PenciDesign repliedAugust 26, 2019 at 3:48pmHi,Please add more this code to Customize > Custom CSS to do that: #navigation .menu .sub-menu li.menu-item-1513 a, #navigation .menu .sub-menu li.menu-item-1514 a{ font-size: 18px; } Change value 18 to any value as you want.Best Regards,PenciDesignronelangeles repliedAugust 26, 2019 at 10:06pmThank you. How about1.) If I wanted to change the font style than the rest2.) If I wanted to have it a different color3.) If I wanted to make it BOLDAre these options available? 2,700PenciDesign repliedAugust 27, 2019 at 7:40amHi,1/ Unfortunately, this theme doesn't support for that feature.2 & 3/ You can change the code I sent to this code: #navigation .menu .sub-menu li.menu-item-1513 a, #navigation .menu .sub-menu li.menu-item-1514 a{ font-size: 18px; font-weight: bold; color: #ff0000 !important; }Note:- Change color code #ff0000 on above code to any color code as you want.- I see your font on menu item already bold, so maybe the font weight bold can't be affectBest Regards,PenciDesign Sign in to reply ...
Can someone help me change the font size of only 2 of these 5 option of menu. See attached file.
I want these 2 category to stand out from the rest of the option. I want the 2 highlighted part to be DARKER and BOLDER in their size.
Hi,
Please show me your site URL to I can take it a look to help you.
Best Regards,
PenciDesign
Sure. Here it is:
http://www.livingwhitsundays.com.au/
Hi,
Please add more this code to Customize > Custom CSS to do that:
Change value 18 to any value as you want.
Best Regards,
PenciDesign
Thank you. How about
1.) If I wanted to change the font style than the rest
2.) If I wanted to have it a different color
3.) If I wanted to make it BOLD
Are these options available?
Hi,
1/ Unfortunately, this theme doesn't support for that feature.
2 & 3/ You can change the code I sent to this code:
Note:
- Change color code #ff0000 on above code to any color code as you want.
- I see your font on menu item already bold, so maybe the font weight bold can't be affect
Best Regards,
PenciDesign