Home Forums Free Themes Education Hub Multiple Backgrounds

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24959
    HEP
    Participant

    I have downloaded the Education Hub free version and I would like my home page to be a different background from my other pages. Is it possible to do this.
    Thank you!

    #24984
    wensolutions
    Keymaster

    Hello,

    The Education Hub theme by default sets the background image set in the customizer setting as a background image throughout the website.

    If you are willing to set a different background image for the home page only, you can achieve it by adding some custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS. The CSS you can use is :

    body.home{
    background-image: url(your image url)!important;
    }

    You can copy and paste the image URL of your desired image after uploading it to the media section of your dashboard and clicking in the image.

    Hope this Helps,

    Best Regards !!

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