• Hi

    I need to separate the custom sections by adding a border to the styling. I tried adding padding to the products page, then a color )black) but nothing happens. I need the list page and product page to have a border to separate the multiple fields.

    Please help!

Viewing 1 replies (of 1 total)
  • Hi mclarke0316,

    Could you please share a link to the site or may be explain with some screenshots about what you’re trying to achieve.

    Alternatively, you could use the following as an example to add bottom border to a class:

    
    div.my-field-class{
        border-bottom: 2px solid gray;
    }
    
    
Viewing 1 replies (of 1 total)
  • The topic ‘Add Border to Product Page’ is closed to new replies.