Changing bkg color of different sections i.e. First Feature Section,

Free and Premium WordPress Plugins & Themes Forums WordPress Themes Emmet Changing bkg color of different sections i.e. First Feature Section,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #527845
    Damon
    Guest

    Changing bkg color of different sections i.e. First Feature Section, Second Feature Section, very bottom bar where the copyright is.

    #528090
    J. Davis
    Keymaster

    Hi Damon,

    You can apply the styles below to Child Theme style.css file or Appearance>Customize>Additional CSS:

    /*First Feature Section*/
    .welcome-section{
    background:#808080;
    }
    
    /*Second Feature Section*/
    .third-section{
    background:#5F9EA0;
    }
    
    /*Footer Copyright BG*/
    .footer-inner{
    background:#F0E68C;
    }

    Best regards,
    John

    #538927
    Damon
    Guest

    Could you please list the names of each section? i.e. welcome-section

    #539741
    J. Davis
    Keymaster

    Hi Damon,

    Here I have already listed all section names at this topic

    Best regards,
    John

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