This topic has 7 replies, 2 voices, and was last updated 7 years, 1 months ago ago by Rose Tyler
The font across my Legenda woocommerce site is consistent and what I want, but there are some exceptions like the shopping cart total and the category links on the fly out menu in the shop navigation which are in a different (serif) font and the rest of the site is in a sans serif font. Is there a way to change this easily. I have ;looked everywhere in the dashboard.
Hello,
Please provide screenshots of elements which fonts you want to change. Make sure that you set needed fonts in Theme Options > Typography. Also, please provide wp-admin access in Private Content.
Regards
Hi there,
I left the typography section as standard as it looked how I wanted it just Open Sans and the default settings all look good.
I have replied to the email you sent with screen shots.
and admin details in private content
Many thanks
Couldn’t reply to email. how should I send the screen shots?
Thanks
Please use such screenshot maker as Lightshot and provide screenshots link in Private Content.
To change font in menu add this code in style.css of your child theme:
.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container > ul > li > a, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container > ul > li > a {
font-family: 'Open Sans', sans-serif;
}
Regards
Hi There, I’ve included the screenshot links.
Tried adding the CSS code at the bottom of the style sheet
Editor > LEGENDA – 8theme WordPress theme: Stylesheet (style.css)
but there was no change in the menu.
Thanks for the help so far.
I’ve added code in style.css of your child theme http://prntscr.com/h1ubr2 Please clear cache and check.
Regards
The issue related to '‘Change font in shopping cart and on menu drop downs’' has been successfully resolved, and the topic is now closed for further responses