Background colour

Viewing 2 posts - 1 through 2 (of 2 total)
  • #20663
    brgeorgina
    Participant

    How do I change the background colours for each element? What is the css code that I need to insert into the custom css?

    Could someone give me the example of custom css code to change the background colour of Secondary Footer Sidebar?

    #20665
    bcr8tive
    Participant

    brgeorgina,

    I use developer tools to research and study any area of a web page or site that I’d like to edit or just understand. You select one for your browser and then can see what the css is, and where it is –
    (https://developer.chrome.com/devtools)

    You can then look it up, learn about how to change it, go from there…
    the W3C is a good place to research various syntax (http://www.w3.org/)

    For my particular sidebar, the editing would be of course, in the stylesheet, under “class=”sidebar-container”
    (I create a child theme for all edits so when updates come out to the theme, they don’t get written over)

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.