badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

bullets suppresed in text widget in sidebar

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21554
    wgac
    Participant

    I saw this question
    I’m entering a bulleted list in the footer sidebar (ul, li) using a text widget but the bullets are being suppressed. Can someone please help me figure out how to unsupress the bullets?
    from about two years ago but cannot find how it was resolved.

    I have the same issue, text widget in sidebar does not show list.
    Outside the sidebar, list is okay.

    Can you help me resolve this issue?
    Thanks,
    [email protected]

    #21590

    Hi Wgac,

    To have a bullets in the text widget Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .widget_text ul, 
    .widget_text ol {
        margin: 0 0 20px 30px;
    }
    .widget_text ul {
        list-style-type: disc;
    }
    .widget_text ol {
        list-style-type: decimal;
    }

    Thank you!

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