Home Forums WoodMart support forum ADDING SHAPE IN HEADER CATEGORY TITLE

ADDING SHAPE IN HEADER CATEGORY TITLE

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

    thenightfox91
    Participant

    Hi, can you please help me to add shape with opacity 0.6 in background of the Header category title . Look at the screenshoot what i need only for desktop: https://paste.pics/C74CJ

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

    Hello,

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

    body .category-grid-item .wd-entities-title {
    background:rgba(255,255,255,0.8);
    padding:2px 3px;
    }

    Best Regards

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