Home Forums WoodMart support forum Description of the titles in the filters in the widget

Description of the titles in the filters in the widget

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #518337

    Wolfgraf
    Participant

    Hi, how to change the titles in the filters on the shop page widget area from uppercase to normal, that is, the first letter uppercase, the following letters lowercase.

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

    Hello,

    Add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.

    .widgettitle, .widget-title {
    	text-transform: capitalize;
    }

    Best Regards.

Tagged: , ,

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