bikeshopge 0 Report post Posted November 9, 2010 I am trying to add divider lines between my boxes on specific pages - is there something easy to just use the small thin line that is used in the template as a vertical line in between each box. Share this post Link to post Share on other sites
Andrew 207 Report post Posted November 9, 2010 you could use a background image or add borders with custom css. What have you tried thus far? Share this post Link to post Share on other sites
bikeshopge 0 Report post Posted November 10, 2010 No I an not familiar with how to do this - a am assuming that I add this code to the base.css in the child theme. But I am not sure of the code that I need to use. Share this post Link to post Share on other sites
tranceandy 0 Report post Posted November 15, 2010 You can add the following CSS to the element you are wanting to add it to. Without seing an example, I am not sure on the area you want to add it to: border-bottom: #000 1px solid Change #000 for the colour you require. Share this post Link to post Share on other sites