• Resolved OB

    (@reburton3941)


    Hi,
    I would like to change the color of the area immediately surrounding my posts to #e6e6e6 on my website. I have little experience in modifying my style sheets but definitely want to learn. I have a child theme and I’m using the Custom CSS manager which seems to be more effective with the style changes. My website URL is https://www.bestmenswatchesreviews.com
    I will be making similar requests for other issues on this site please excuse my repetition of the same information.
    Thanks in advance for your help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Looks like you already did this?

    #content, .site-content .container, #primary-main .site-main {
    
    /*
      background: #e6e6e6;
    */
    }

    But the style is commented out

    Thread Starter OB

    (@reburton3941)

    I’m sorry, I wa not very specific. I want to change the area around the posts on the pages you go to when you click on any of the Read More buttons.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try targeting this:

    #primary

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You might need to prepend that with “.single”, e.g.:

    .single #primary {
     background: #e6e6e6;
    }

    Thread Starter OB

    (@reburton3941)

    Thanks for your help! That did the deed.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing the color of the "background?" of my posts.’ is closed to new replies.