[Resolved] Join Us Button in Footer 3 widget

Home Forums Support [Resolved] Join Us Button in Footer 3 widget

Home Forums Support Join Us Button in Footer 3 widget

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1459832
    Nitin

    I want to have a Join Our Facebook Group button in Footer 3 Widget. How can I do this?

    #1460095
    Leo
    Staff
    Customer Support

    Hi there,

    You can use HTML widget with something like this as the content:
    https://docs.generatepress.com/article/adding-buttons/

    #1460587
    Nitin

    Thank You, Leo.
    One more doubt, how to add bullets in the widget content? I’ve tried “List” but it appears without any bullets.

    #1460881
    David
    Staff
    Customer Support

    Hi there,

    use a HTML Widget to add your list, giving the parent UL a custom class like so:

    <ul class="styled-list">
        <li>list item</li>
        <li>list item</li>
        <li>list item</li>
    </ul>

    Now you can style that specific list(s) with this CSS:

    ul.styled-list li {
        list-style-type: disc;
    }
    #1461235
    Nitin

    How can I use it in the sidebar widget to show the latest posts with bullets (list)?

    #1461324
    Leo
    Staff
    Customer Support

    Can you open a new topic for the new question?

    Thanks ๐Ÿ™‚

    #1461576
    Nitin

    sure, thank you for the quick response.

    #1461604
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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