Home Forums Basel support forum How to remove uppercase text-transform from the theme?

How to remove uppercase text-transform from the theme?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #109311

    astrolabos
    Participant

    Hi, I would like to change the uppercase text transform from all the menus from my site. I saw that is in a css file that I cannot find, style.min.css?ver=4.6.0.
    Can you please tell me how I can remove it? Is it done through the admin panel or through a css file?
    Thank you for your time and efforts.

    Best regards
    Antonis

    #109386

    Hello,

    Thank you very much for choosing our theme and for contacting us.

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

    body .main-nav .menu>li>a {
        text-transform: none;
    }
    body .topbar-menu ul>li>a {
        text-transform: none;
    }

    If you have other menus and need to change the text-transform, provide your site URL

    Best Regards

    #109404

    astrolabos
    Participant

    Thank you for your excellent and quick answer. Could you please tell me how I can change the uppercase of the shop menu too?

    #109432

    Hello,

    Please add the code to the Theme Settings > Custom CSS

    body .basel-product-categories li a {
        text-transform: none;
    }

    Best Regards

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