Home Forums WoodMart support forum Custom borders

Custom borders

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #334483

    Antoni
    Participant

    Hello,
    I would like to add a border to all the photos & products of your theme.
    After several CSS tries, I have no results.

    Do you have a piece of code or documentation to share with me?

    Thank you.

    #334545

    Hello,

    Please Go to Theme Settings >> Products Archive >> Product Styles.

    Screenshot for Clarification: https://gyazo.com/c260838eefee7d0090d3be64e3c1429f

    And for images provide some relevant screenshots to check it myself and help you out accordingly.

    Best Regards

    #334582

    Antoni
    Participant

    In the settings it is not possible to customize the color & size of the border.

    This is the reason why I want to use CSS to customize the borders of all the photos on the site & the ancarts produced.

    I just returned the site link to you, it’s even better than a screenshot!

    Thank you

    #334722

    Hello,

    I have visited your website and the images and products already have a broader it seems that you have achieved what you required.

    Only the blog images don’t have a border.

    Please try adding the following Custom CSS for that.

    .post-img-wrapp {
    border: 3px solid rgb(253,216,53);
    }

    Best Regards

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