Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #768043

    Hi guys,

    Working on a new project with Enfold. Love it!

    I have a question about the sidebar (the one on the homepage). I want to have a text-element there, which has a different background color from the other elements in the sidebar. Is that possible? I am trying but I don’t succeed in making just 1 widget different. The whole sidebar changes :-(

    This is the code I used
    ‘.sidebar .widget {
    background-color:#ddd !important;
    }
    .inner_sidebar {
    margin-left: 0px !important;
    }

    .sidebar .widget {
    padding-left: 30px !important;
    }’

    Can you help me please?

    Have a nice day!

    Maaike

    #768328

    Hey Yoginess,

    Glad you like it :)

    Here is the code you can put this in Enfold > General Styling > Quick Css if it does not work, put into themes/enfold/css/custom.css:

    
    #text-11 {
        background-color: #eea8b3;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #768715

    Hi Victoria,

    Thanks also for helping me out.

    It worked perfectly!

    Maaike
    PS You are the first women I’ve seen her for years! Great there is more diversity in the Kriesi support-team!

    #770184

    Hi,

    Glad we could help! Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Background for only 1 text widget in the sidebar?’ is closed to new replies.