Home Forums WoodMart support forum menu text in lower case

menu text in lower case

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

    VivaDigital
    Participant

    Hi,
    Is possible to put the text in the main navigation in lower case? Right now it’s capitalized by default and I do not like it. Thank you!

    #54951

    Hello,

    Please provide your site link. If your site is under maintenance please provide also admin access I shall provide custom CSS.

    Best Regards

    #54952

    VivaDigital
    Participant

    Hi,

    #54988

    Hello,

    Please try this code:

    .menu-style-bordered .main-nav .item-level-0>a,  {
        text-transform: lowercase;
    }

    Add this code to Theme Settings > Custom CSS

    Best Regards

    #55030

    VivaDigital
    Participant

    Hi, not working this code. :/

    #55069

    Hello,

    I cannot view your site now. Please provide link and access.

    Best Regards

    #55349

    VivaDigital
    Participant

    Hi,
    please try now

    #55375

    Hello,

    Please try this code:

    .whb-header-bottom .main-nav li > a span{
         text-transform: lowercase!important;
    }

    Please provide your admin access if the code is not workable.

    Best Regards

Tagged: 

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