Home Forums WoodMart support forum Remove UPPERCASE from website

Remove UPPERCASE from website

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

    eduardn1
    Participant

    How to set the uppercase texts from whole website to “inherit” ?

    https://prnt.sc/m5v1e7

    #101434

    Hello,

    Please clarify your issue: do you want to set lowercase or uppercase? You say you want to set, and your screens show that it has been already set.

    Best Regards

    #101441

    eduardn1
    Participant

    I want to text to have the inherit settings as in backend ;

    example 1 : SFOGLIA in backend has the input Sfoglia the sub-menus from this category -> example SA REPUBLICA SARDA in backend is Sa Republica Sarda
    example 2 : main menu -> HOME, CATALOGO, EVENTI, PROGETTI in backend they are Home, Catalogo, Eventi, Progetti
    example 3 : in the right corner you find “CHI SIAMO” -> it must be “Chi siamo”

    no uppercase, no capitalized, just inherit the settings from backend, no TEXT TRANSFORM , just use the title for the menu/submenu how it was created

    also i want that the badge text has no text transform
    https://prnt.sc/m5wjdx

    #101467

    Hello,

    There is no option to configure inheriting. The only way is custom CSS. Add this code to the Theme Settings > Custom CSS:

    body .menu-mega-dropdown .sub-menu>li>a, .mega-menu-list>li>a, 
    body .search-by-category .input-dropdown-inner>a,
    body .woodmart-navigation .item-level-0>a{
    text-transform:none;
    }

    Best Regards

    #101472

    eduardn1
    Participant

    Thank you Elise, but your CSS code changed nothing …
    Can we try with another one ? 🙂

    #101476

    Hello,

    Please provide your site admin access.

    Best Regards

    #101477

    eduardn1
    Participant

    done

    #101495

    Hello,

    Please clean your plugins cache. I checked in another browser it works.

    Best Regards

Tagged: 

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