Home Forums WoodMart support forum Footer Widget Titels – Change UPPERCASES?

Footer Widget Titels – Change UPPERCASES?

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

    Stephkeijz
    Participant

    Hi, how do I change the Footer Widget Titels? They are now in UPPERCASES and I want them normal.

    Please let me know!

    #120718

    Hello,

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

    body .footer-column .widget-title{
    text-transform:none;
    }

    Best Regards

    #120887

    Stephkeijz
    Participant

    Thanks!

    And the text in the Header/nav and categorie titels?

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

    Hello,

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

    body .category-grid-item .category-title{
    	text-transform:none;
    }

    Best Regards

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