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.