Home Forums WoodMart support forum How do I change the category and title ?

How do I change the category and title ?

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

    Blissdates
    Participant

    I want to remove the name on the pic on the top of the pic and create more space between the pic and the pic above

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

    Hung Pham
    Keymaster

    Hi Blissdates,

    Thanks for reaching to us.

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

    .wd-cat h3.wd-entities-title {
    	display: none;
    }

    Regards,

    #591886

    Blissdates
    Participant

    thank you , where is theme setting? I couldnt find it

    #592006

    Hung Pham
    Keymaster

    Hi Blissdates,

    Please see screenshot for better understanding https://prnt.sc/Hnuw09WX5qXU

    Regards,

    #592131

    Blissdates
    Participant

    where can I find that side panel on the screen shot ? thanks

    #592178

    Hung Pham
    Keymaster

    Hi Blissdates,

    Please check again https://prnt.sc/USuYJHfPjt4P

    Regards,

    #592275

    Blissdates
    Participant

    hi, I have changed the CSS but nothing is showing on the page ,
    thanks , please could u check it for me

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

    Hung Pham
    Keymaster

    Hi Blissdates,

    First of all, I’m really sorry have taken long time to reply you due to the weekend.

    Provided code helps you to remove the name of categories on thumbnails only and there is no option to move it to the top of thumbnails. In order to increase padding between categories, please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-cats div[class*="wd-grid"] {
    	--wd-gap-lg: 40px !important;
    }

    Regards,

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