badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Page background color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #77369
    Chapline
    Participant

    I want to change the background color of only the home page with the vase to a light gray. Could you give me the css code? the site is bgoldenarts.com

    THanks
    Phil Chapline

    #77380

    Hi @chapline,

    Please go to ‘Appearance > Customize > Ambition Theme Options > Custom CSS’ and paste the below CSS code.

    body.home {
    	background-color: lightgray;
    }
    body.home #page {
    	background-color: transparent;
    }

    Thanks

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