How do I change the category and title ?
-
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.
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,
thank you , where is theme setting? I couldnt find it
Hi Blissdates,
Please see screenshot for better understanding https://prnt.sc/Hnuw09WX5qXU
Regards,
where can I find that side panel on the screen shot ? thanks
Hi Blissdates,
Please check again https://prnt.sc/USuYJHfPjt4P
Regards,
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.
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,