• Hello everyone, here’s my website and i want to increase the header menu font size, theme option doesn’t support this function, and also i cannot find the right css in css file, can anyone please help me?

    website: https://gov.allabout.ge/

Viewing 1 replies (of 1 total)
  • Hello,

    Have you created a child-theme yet? Using a child-theme you can import the parent-theme’s CSS stylesheet, then add your own style modifications after that. The good thing about a child-theme is any changes made will not be overwritten if the parent theme is updated. Additionally, this may be where you’ll want to add your styles if I have the correct element you’re looking to change.

    header#siteheader .sf-menu > li a {

    }

    Let me know if this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘How to increase menu font size’ is closed to new replies.