Featured Categories Title Style
-
I would like change title style in homepage, featured categories section. I need change title font, size and also the white rectangle background to each title. Thank you in advance.
Screenshot as attachment.
Attachments:
You must be
logged in to view attached files.
Hi,
Please, provide us your admin access so we can login and check this on your side.
Thank you in advance.
As your request I send you a login admin access as administrator in my website.
Hello,
Please add this code to the Theme Settings > Custom CSS:
.cat-design-default .hover-mask {
background-color: red;
}
.category-grid-item .hover-mask h3{
font-size:30px;
}
Change the background color and font-size as per your needs.
Best Regards
Is it possible also change the “italic” font style with “normal” font style? I have done several test (adding for example “style:normal”), but I was not able to change it.
Thank you in advance for your support.
Hello,
Now your font-style for the categories titles are normal https://gyazo.com/5f7d16f8467c80374c570c8dbfa7f9f4
Best Regards