Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #238020

    Hi I would like a stretched background image on the home page only and to have the content area transparent (im ok with the background image). The plan is to only have an accordion on the home page and a small amount of text. Will do that in two columns. I just need it on the home page and the rest of the site will be a normal boxed layout with a white background. Whats the best way for me to do that. Thanks.

    #238229

    Hi Dogmut!

    Can you please post a screenshot of what you’re trying to do? A link to the actual website will help. You can use css to apply the background image for the home page only We need to see the layout and your website first.

    Cheers!
    Ismael

    #238623
    This reply has been marked as private.
    #240883

    Hey!

    Assuming you already have the image, to create a transparent content areas you need to add the following to every single area,

    
    .my-content-area{
        background-color: transparent;
    }

    Best regards,
    David

    #240885

    Hey!

    If that doesn’t get apply you can always add the !importat at the end of the instruction.

    .my-content-area{
        background-color: transparent!important;
    }

    Cheers!
    David

    #240897

    Hi David, thanks I got it sorted in the end and used a plugin for page background images. It would be a nice feature for the the theme to have a transparent option for color sections etc and would be nice to have an enhanced background image feature so images and be applied per page as opposed to the current site wide.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Background immage and transparent content area.’ is closed to new replies.