Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #128925
    effess
    Participant

    Hi, I’d like to put a text (or HTML) widget with NO BORDER into the Main Sidebar. http://www.rebecca-rosenberg.com/mybooks/ Can you help me with the CSS, please?

    #128942
    tikaram
    Keymaster

    @effess : Go to Appearance => Customize => Additional css and add the following css.

    #secondary .widget {
    	border:none
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    #128946
    effess
    Participant

    No, I only want to remove the border on one of the main-sidebar text widgets, not all of them.

    #128976
    Skandha
    Participant

    Hello @effess: Go to Appearance => Customize => Additional CSS and add the following CSS.

    To remove border of Blog Excerpts widget

    #secondary .widget_custom_html {
    border: none;
    }

    To remove border of Where to buy widget

    #secondary #text-19 {
    border: none;
    }

    To remove border of Rebecca Blog widget

    #secondary #text-20 {
    border: none;
    }
    #129255
    effess
    Participant

    Got it. Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘widget border’ is closed to new replies.