Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #584010

    Hey gurus

    is it possible to get a colored border around a (specific) sidebar widget – like viewed in pic? –

    thank you

    Andreas

    #584014

    Hey Andreas!

    Yes, that is possible, please post the link to your page and point out your widget area

    Regards,
    Yigit

    #584016

    great thank you YIGIT :-))))

    #584019

    widget area

    TEST WITH BORDER in the blog sidebar.
    http://www.dersichtweise.at/blog/

    #584022

    Hi!

    Please add following code to Quick CSS

    section#text-2 {
        border: 1px solid orange;
        padding: 10px;
    }

    Best regards,
    Yigit

    #584025

    oh yes how to change it to color 03558f ? i tried but it goes away

    #584027

    Hi!

    Please replace “orange” with “#03558f” :)

    Best regards,
    Yigit

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