• Resolved meyerwp

    (@meyerwordpress)


    Hello,
    I was looking for this and I found it but,,
    #lu5t — paste this into your Custom CSS –i

    /*Change background of headings */
    #primary.content-area {background:#33ffaa;}

    but I don’t want to appear on my front page

    So I need to find a way to exclude my from page front this command

    thank you for your feedback!
    http://jeromemeyer.com

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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try:

    /*Change background of headings */
    #primary.content-area {
     background: #33ffaa;
    }
    
    .home #primary.content-area {
     background: transparent;
    }

    Thread Starter meyerwp

    (@meyerwordpress)

    Thank you Andrew!
    it works!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Excluding command in index page from customized css’ is closed to new replies.