• I’m using Childishly Simple Child theme.
    I’ve added three text images in the footer and inserted code to place images in the widgets. That bit works fine but I can’t get rid of the border around the widget. I’ve changed the border colour in the Childishly Simple theme options in Appearance to change the border to colour to “white” to match the footer colour, but even when I’ve clicked Save Everything it keeps going back to the default colour. I’ve tried adding this to the css file but it doesn’t make any difference:
    #widgets a {
    border: none;
    }

    div.img {
    border: none;
    }

    Can anyone help me to get rid of the border?

    You can see what I mean here https://www.wordpresstest.thecapitalpartnership.co.uk

    Thanks
    Tony

Viewing 2 replies - 1 through 2 (of 2 total)
  • ok so add this rule declaration to your child theme:

    div.inner-footer-item {
    border: none;
    }

    Are you using firebug or google web developers tool? Both are awesome and easy to use tools to fixing these kind of small issues ??

    Thread Starter TonyWilliams

    (@tonywilliams)

    Brilliant!! Works perfectly.

    I was aware of the developers tool but I’m really new to WordPress, css and php files and I’m trying to get my head around this first before I try and understand the developers tools. Or would it be relatively simple for me to pick them up?
    Thanks again
    Tony

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Childishly Simple Removing borders from footer widgets’ is closed to new replies.