How can I change the font size of 'Login' menu and size of cart icon in Child Theme I.
The steps listed in this article (https://wplms.io/support/knowledge-base/change-font-sizes-in-headermenus/) don't seem to work for 'login' menu and cart icon in WPLMS Child Theme I
CAn you please share some screenshot of where you want to change the font size?
Also share the url of that page
Here is the screenshot of the page
Try adding this css in wp-admin -> appearance -> customize -> custom css :
.vbpcart:before {
content: 'x';
float: left;
font-family: 'Fonticon';
font-size: 22px !important;
margin: -5px 5px -5px 0px;
}
and for the logged in menu we would need a login credentials and site url .
PS: mark reply as private while sharing info.