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

    Hi,
    I create a custom widget area called “startbox”. I use this widget area on the homepage in a 2/3 and 1/3 row, i created with avia.
    I inserted the custom widget “startbox” in the 1/3 avia layout element.
    How can I style the background of this area?
    I tried in the custom css

    .widget {
    background: #eeeeee ;
    }

    but I don’t know how specify it for the custom widget area called “startbox” only.
    Could you please help?
    Regards,
    Michael

    #305749

    Hey Michael!

    Can you post the link to your website and point out your custom Widget please?

    Best regards,
    Yigit

    #305802
    This reply has been marked as private.
    #305804

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    div#tw-recent-posts-2 {
    background-color: #eee;
    padding: 10px;
    }

    Regards,
    Yigit

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