Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33946
    Orlando Chaparro
    Guest

    Greetings, I am using the Evolv theme and when I select the background image, the image is repeated in all the pages of the site, how can I make the image only show on the home page and not on the other pages.
    thanks for your help

    #33955
    Jesse Owens
    Keymaster

    Hi Orlando-

    Thanks for reaching out, and thanks for using the Evolv WordPress Theme.

    You can accomplish this with a little bit of Custom CSS. Navigate to Customize > Advanced > Custom JS & CSS and paste this line into your Custom Theme CSS:

    body:not(.home) { background-image: none !important; }
    
    #33983
    Orlando Chaparro
    Guest

    It works!!!
    Thank you very much, they are always very helpful.
    you are great

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘[Resolved] How to only show background image on home page’ is closed to new replies.