• i am creating a website for a client and they want a color border around the each separate element of the home page for example the slider and the “just some of our services” text. i have tried everything and cant seem to get it working. the website is http://revaluatecic.co.uk

    can anyone help?

Viewing 1 replies (of 1 total)
  • add these to your child theme (I’m assuming you have one) and fine tune them to get the site look in the way you intend to:

    element.style {
    border: 4px solid #800080;
    border-radius: 5px;
    float: right;
    width: 34%;
    }

    .customisable-border {
    border: 4px solid #800080;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘i want to add borders around each element of the content area of the home page’ is closed to new replies.