Tagged: x
-
AuthorPosts
-
March 25, 2016 at 8:17 am #852375
Hi,
I have tried various CSS mentioned in various posts, but nothing seems to work.
Can anyone help – all I am trying to do is increase the font size of the sub menu, used in the Renew Stack.
Thanks
March 25, 2016 at 10:55 am #852526Hi there,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
March 25, 2016 at 5:11 pm #852880March 25, 2016 at 9:02 pm #853073hello There,
Thanks for providing the url. To increase the font size of the sub menu items, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.desktop .sub-menu li a { font-size: 16px; }
Feel free to change the font size to match your site’s needs. Hope this helps.
March 26, 2016 at 3:58 am #853302Hi,
Thanks for the reply I have added that in the custom CSS section and nothing appears to have changed?
What code would I need to change the font as well?
Thanks
March 26, 2016 at 4:33 am #853317Hello There,
The code is not working because you have inserted an invalid code. Please correct it by using this code:
@media ( max-width:1200px ){ .x-brand img{ width:100% !important; } } .desktop .sub-menu li a{ font-size:20px; font-family: Helvetica Neue, Arial, serif; }
Hope this helps.
March 26, 2016 at 4:17 pm #853642That’s brilliant – thank you.
March 26, 2016 at 8:21 pm #853792You’re welcome!
We’re glad we were able to help you out.April 3, 2016 at 3:18 am #864482Can I just ask – how i would replicate the sub menu styling across all pages – the solution above only works on the homepage?
Thanks
April 3, 2016 at 10:41 am #864764Hi there,
Thanks for updating. The code is not only for home page and should work on all pages if you add under Appearance > Customize > Custom > CSS. Maybe you are using this on Cornerstone Page Level CSS?
I’d like to check but it seems your website is under construction. Please take it off or provide us the credentials in private reply so that we can check and assist you on this.
Cheers!
April 3, 2016 at 2:36 pm #864945Hi Rupok,
That was exactly the problem – it was applied to the page and not the Cornerstone level CSS.
Great support again – thank you
April 4, 2016 at 12:19 am #865401You’re welcome! 🙂
-
AuthorPosts