Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #101081
    michael
    Participant

    hello,

    i would like change the content background color (back the text) only on my first page on my site.

    is it possible ?

    thanks a lot

    #101092
    Mahesh
    Participant

    @micwilly: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .home .hentry {
        background-color: #ff00ff;
    }

    Note: Please change the color as desired.

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change color content background only on my first page’ is closed to new replies.