• Besos

    (@michellebesosconciergecom)


    Hello,

    My website is http://www.besosconcierge.com

    I have figured out to change the background colour of my website. But I have yet to figure out where I can change the black colour on the header and footer and also the colour of the buttons that are in the hex colour #9c8240 which originally was my background colour.

    I’m not sure if I’m meant to change it in the Visual editor stylesheet. But not sure what to change. I have pasted below just in case.

    Can anyone please advise? Much appreciated.

Viewing 1 replies (of 1 total)
  • In the stylesheet “screen.css”, there’s an entry on line 359 that reads:

    #header_wrapper {
    background: black;
    width: 100%;
    height: 60px;
    }

    There is also an entry on line 89 that reads:

    #footer {
    background: black;
    padding: 15px 0 0 0;
    }

    You should be able to change the values directly in the stylesheet there. In any case, though, it looks like there’s some php generated by the Visual Editor. I would suggest you play around with the editor and see if you can’t change it there, and if not, just change the css entry.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS: How to change colours of buttons & header/footer on my wordpress site?’ is closed to new replies.