Home Forums WoodMart support forum Disable capital font

Disable capital font

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #264422

    jimmymussie
    Participant

    Hello,

    Some of my theme elemetens have capitals, i want them all to be “normal”

    For example, the mobile version has the “add to cart” buttons in CAPTIAL.
    The category menu is in capital, but not for the dekstop version, there is almost everything good.

    #264444

    Hello,

    Please provide the page URLs and items you want to change, I will provide custom CSS.

    Best Regards

    #264451

    jimmymussie
    Participant

    Homepage – on mobile screen. The menu navigation are all capital for example.

    #264485

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .site-mobile-menu li a {
    	  text-transform:none;
    }

    This code would make the buttons default

    body .added_to_cart, 
    body .btn, 
    body .button, 
    body [type=button], 
    body [type=submit], 
    body button {
        text-transform: none;
    }

    Best Regards

    #264523

    jimmymussie
    Participant

    thx! It solved the most!

    Only now the mobile-nav-tabs (mobile) are capital. Do you have a css for this?

    #264544

    Hello,

    Please clarify do you mean mobile menu? I am checking and see this https://prnt.sc/yn6v6x

    Best Regards

    #264559

    jimmymussie
    Participant

    Hello, Almost there, i mean the tabs above the menu. CATEGORIE } MENU

    Attachments:
    You must be logged in to view attached files.
    #264618

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .mobile-nav-tabs li {
        text-transform: none;
    }

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)