reverse the “item name” and “brand” fields
-
Hello,
please is there any way to reverse the “item name” and “brand” fields? also how can i increase the font of “brand”.
Attached is an explanatory image
Attachments:
You must be
logged in to view attached files.
Hello,
Unfortunately, it is not possible to replace the elements.
You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to Theme Settings > Typography > Advanced Typography.
Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/
Best Regards
except I can’t find the item brand from the drop-down
Hello,
You need to select “Custom selector” and then insert .website-wrapper .product-grid-item .wd-product-cats
then you can set the styles as per your needs.
If you have any questions please feel free to contact us.
Best Regards
ok, but which class to use for brand ?
I framed it in red on the attachment?
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the page URL to check.
Best Regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-hover-alt .wd-product-brands-links {
order: 1;
}
body .wd-hover-alt .wrap-price {
order: 3;
}
body .product-grid-item .wd-entities-title{
order: 2;
}
Best Regards