Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #316357
    stevejohnsonmusic
    Participant

    Hello,

    At some point I figured out how to set the “News” section background color to be #363636 on my homepage. Now I’ve added a “Featured Video” section and the section background is black, and I’d like to change it to #363636 so it matches the News section. I assume it’s in style.css but I can’t find. Can you please point me in the right direction or tell me what css to add under additional css?

    Thanks,
    Steve

    http://www.stevejohnsonmusic.com

    #316366
    tikaram
    Keymaster

    @stevejohnsonmusic : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    #featured-video-section {
      background-color: #363636 ;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #316734
    stevejohnsonmusic
    Participant

    Thank you Tikaram, that worked! I also added a border to the bottom of the section.

    #featured-video-section {
    background-color: #363636 ;
    border-bottom: 2px solid #464646 ;
    }

    Thank you!
    Steve

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change “Featured Video” background color?’ is closed to new replies.