Home Forums WoodMart support forum Categories button Reply To: Categories button

#445069

Hello,

These are Categories in Page Title which are enabled under the Dashboard > Theme Settings > Product archive > Page Title: https://snipboard.io/rG1pwE.jpg

Right now, under the available options related to it there isn’t a separate option available to increase its size or move it down. So, a CSS implementation would be required in this regard. Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for mobile area:

.page-title .wd-btn-show-cat a {
    font-size: 20px !important;
    margin-top: 10px !important;
}

In this CSS, the font-size property changes the size of the text and the margin-top property will make it move downwards a bit. So, you can change these values according to your choice.

Moreover, additionally we have noticed that your WoodMart Theme and WoodMart Core plugin isn’t updated to the latest version. The latest version of the Theme running is 7.1.3 and the Core version running is 1.0.36.

So, please take complete Backup of your Site first and then try to update your WoodMart theme and Core plugin to the latest version by following the given Theme’s Documentation link: https://xtemos.com/docs-topic/update-the-theme/

Best Regards