Home Forums Pro Themes Musicsong Pro Change the Section Box/Footer Colors

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #129930
    psandleiii
    Participant

    https://blacknovaentertainment.com

    Above is the web page and I wanted to know how to change that blue box around biography to black and also the footer box to black.

    #130096
    wensolutions
    Keymaster

    Hello,

    To change the color of the sections that you have mentioned, please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    #popular-artists article .entry-container {
        background-color: #000;
    }
    
    .site-footer{
        background-color: #000 !important;
    }

    Hope this helps.

    Thank you.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.