Home Forums WoodMart support forum Changing Typography of Website Reply To: Changing Typography of Website

#245543

Hello,

I saw the screenshot you attached.

For the dropdown menu myaccount try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.woodmart-header-links .sub-menu-dropdown li a {
	font-family: sanserif;
    font-size: 14px;
}

For the sidebar try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.woocommerce-MyAccount-navigation ul li a {

	font-size: 14px;
	font-family: sanserif;
}

And for the header categories please provide some relevant screenshots of what you want to achieve to check it myself and help you out accordingly.

Regards.
Xtemos Studios.