• I had a different background image behind my body text and my widget as I did behind the rest of the page. I didn’t change any code and the background just disappeared and now I only have 1 background for everything and my widget background is white. Ideas?

    http://dapperdesign.biz/oregonguestranch/

    • This topic was modified 9 years, 3 months ago by heatherrae.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @heatherrae,

    I hope you are well today and thank you for your question.

    I visited your shared site but didn’t see any background image on it.

    Please advise.

    Also tell me how you had set the background image.

    Best regards,
    Vinod Dalvi

    Thread Starter heatherrae

    (@heatherrae)

    Hi Vinod,

    Sorry I’m just getting back to you. This project got stalled. I figured out how to get the seperate backgrounds I wanted but I want the dark red background to show up everywhere that ISN’T the text box or widgets (the light tan background extends between them and below my widgets.)

    Any ideas?
    Thanks,
    Heather

    I think you want to display same dark background behind the sidebar which you can do by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

    Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

    
    #secondary .well {
        background-color: transparent;
    }
    
    #secondary .widget {
        color: #fff;
    }
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Different background image behind text’ is closed to new replies.