This topic has 10 replies, 3 voices, and was last updated 7 years, 10 months ago ago by Olga Barlow
How do I change the font size on the menu text? I tried with theme options – typography – page, but I just changed the font size of the checkout total.
Hello,
Please, provide your website URL and a screenshot of the font you want to change.
Regards
sorry, how do I paste a screen shot in the reply?
You can upload it to some images cloud like this https://prnt.sc/
Thank you.
Try to add this snippet to the Custom CSS to increase menu font size
.header-simple .menu-wrapper .menu > li > a {
font-size:20px;
}
Regards
Thank you Serg. How do I learn how to make CSS code?
Hello,
You are welcome. We would recommend to use Theme Options > Styles > Custom CSS fields or child theme style.css if you plan any changes for your site.
If you need some info about CSS at general you can find useful information here https://tutsplus.com/
Chrome developer tool will help you to find out what styles to edit https://developer.chrome.com/devtools
Regards
Ok Olga. So it doesn’t matter where I post the CSS short codes then? Parent or child theme? I downloaded everything, so I am assuming I’m using the child theme because I downloaded a demo theme.
thanks
Hello,
What theme you are using you can find in Appearance > Themes. If child theme is activated then you can use both places: Theme Options > Styling > Custom CSS or child theme style.css file(wp-content/themes/xstore-child/) to add the CSS code.
In case you use parent theme then CSS code should be placed only in Theme Options because if you add the custom CSS code in parent theme style.css (wp-content/themes/xstore/) you will lose these changes after theme update.
Regards
You must be logged in to reply to this topic.Log in/Sign up