• cgsmith1

    (@cgsmith1)


    Hi

    I’m using the Kubrick Theme and I can’t work out how to remove the grey border images in the css styling, present on the left and right sides of the blog template. The site is http://www.auguries.co.uk/blog

    Any help appreciated. Thanks Greg

Viewing 2 replies - 1 through 2 (of 2 total)
  • tafts

    (@tafts)

    Its not a border, but a background image. You can either remove the images from the theme folder or remove any code that looks simlar to the below code:

    background: url("http://www.auguries.co.uk/blog/wp-content/themes/default/images/kubrickbg-ltr.jpg") repeat-y top; border: none; }

    Keep in mind there will be a left and a right hand side image. The code should all be in the sytle.css file

    Thread Starter cgsmith1

    (@cgsmith1)

    Hi Tafts

    Thanks…all sorted…couldn’t find it in the style.css so just changed the images to all white.

    Many thsnks Greg

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing Borders’ is closed to new replies.