widget: html code

Home Forums Legacy Support Support queries Styling issues widget: html code

Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • #231410
    logan
    Member
    SirPalsrok, use this css. .postid-3256 .widget_text.widget { border: 2px solid #88deb4; border-radius: 10px; margin-top: 5px; padding: 5px; } refer: http://prntscr.com/poxxcw
    #231593
    MeesterGijs
    Spectator
    It says postid-3256 Does that mean I have to add this to every quiz that shows the widget? Is the a general code that shows this css to all posts at once?
    #231624
    logan
    Member

    then use this css for all text-widget.

    .widget_text.widget {

    border: 2px solid #88deb4;

    border-radius: 10px;

    margin-top: 5px;

    padding: 5px;

    }

    #231625
    logan
    Member

    then use this css for all text-widget.

    .widget_text.widget {

    border: 2px solid #88deb4;

    border-radius: 10px;

    margin-top: 5px;

    padding: 5px;

    }

    #231634
    MeesterGijs
    Spectator
    Thanks, Logan. This code shows a border around the entire widget. I just want the image inside the widget to have a 10px border radius..  
    #231761
    Veronica
    Moderator
    hi, then use this one
    .widget_text.widget img.ls-is-cached.lazyloaded { border: 2px solid #88deb4; border-radius: 10px; margin-top: 5px; padding: 5px; }
    http://prntscr.com/pqg7jt
    #231779
    MeesterGijs
    Spectator
    Thanks! You can close this topic.
    #231848
    Diana
    Participant
    @meestergijs Thanks for confirming. Closing the topic
Viewing 8 posts - 16 through 23 (of 23 total)
  • The topic ‘widget: html code’ is closed to new replies.