[Resolved] How to get dots infront of links in footer

Home Forums Support [Resolved] How to get dots infront of links in footer

Home Forums Support How to get dots infront of links in footer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1091131
    Kristian

    i have just moved my site afbetalt.dk from DIVI to Generatepress.

    In the DIVI footer i had these small dots infront of the titles in the footer – see image: dots in footer

    Is there an easy way to get the same in Generatepress footer?

    #1091318
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .site-footer ul li a:before {
        content: '';
        display: inline-block;
        padding: 4px;
        background-color: #1e73be;
        border-radius: 100%;
        margin-right: 10px;
        margin-bottom: 2px;
    }
    #1091379
    Kristian

    David – thanks for quick answer – it worked, thx! 🙂

    #1091391
    David
    Staff
    Customer Support

    You’re welcome

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