• Resolved carlabaldwin

    (@carlabaldwin)


    Trying to remove bullets from widgets in sidebar.

    Have found solutions in other themes but not responsive. I assume it is in styles.css but cannot find it. Any help is appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You’ll likely find that on Responsive’s dedicated site:

    http://themeid.com/help/

    Thread Starter carlabaldwin

    (@carlabaldwin)

    found it thank you!
    I was using Widgets on Pages plug in and had to add CSS code to my styles.css file.

    .widgets_on_page ul,
    .widgets_on_page ul li {list-style:none;background:none;}

    can you post in the link to where you found the fix?

    Or be a little more specific on where in the styles.css file you need to add the above code?

    I’m having the exact same issue.

    Thanks.

    belay my last…i’m using the responsive theme but had troubles with the test widget showing bullet points.

    i made these changes:

    #widgets .textwidget {
    list-style:none;<—added
    background:none;<—added
    display: inline;
    line-height: 1.5em;
    margin: 0;
    word-wrap: break-word;
    }

    #widgets a {
    list-style:none;<—added
    background:none;<—added
    display: inline;
    text-decoration: none;
    }

    #widgets a {
    list-style:none;<—added
    background:none;<—added
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    }

    it works now.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘remove bullets from widgets in responsive theme’ is closed to new replies.