[Resolved] Divider inside a single widget

Home Forums Support [Resolved] Divider inside a single widget

Home Forums Support Divider inside a single widget

  • This topic has 10 replies, 3 voices, and was last updated 6 years ago by Leo.
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #453964
    Stefano

    In a widget, how can I add a divider between any single voice of a list? For instance, between the single recent posts, the single categories, the single tags, and so on?

    Here’s how I’d like to get:

    Divider between single voices inside a widget

    #454139
    Leo
    Staff
    Customer Support

    Hi there,

    Try something like this:

    .sidebar li {
        border-bottom: 1px solid #000000;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #454191
    Stefano

    Thank you!

    It works fine

    #454216
    Leo
    Staff
    Customer Support

    No problem!

    #476572
    AMAN SINGH

    Thanks for it

    #476576
    AMAN SINGH

    how to add arrow style to a widget post

    #476665
    Leo
    Staff
    Customer Support

    Can you link me to the page in question?

    #483256
    AMAN SINGH
    #483665
    Leo
    Staff
    Customer Support

    Try this:

    .widget ul li:before {
        content: "\00BB";
    }

    Please open a separate topic if this doesn’t work as it’s unrelated to the title of this topic.

    Thanks!

    #537239
    AMAN SINGH

    Thanks, it works very well.

    #537875
    Leo
    Staff
    Customer Support

    No problem!

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