Home Forums WoodMart support forum reverse the “item name” and “brand” fields

reverse the “item name” and “brand” fields

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #437029

    salahkasmi97
    Participant

    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.
    #437074

    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

    #437120

    salahkasmi97
    Participant

    Okay, thank you.

    #437122

    salahkasmi97
    Participant

    except I can’t find the item brand from the drop-down

    #437249

    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

    #437282

    salahkasmi97
    Participant

    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.
    #437606

    Hello,

    Please provide the page URL to check.

    Best Regards

    #438098

    salahkasmi97
    Participant
    #438188

    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

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