Archived topic
How to get dots infront of links in footer
3 replies · Started by Kristian on December 3, 2019
Viewing posts 1–4 of 4
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: 
Is there an easy way to get the same in Generatepress footer?
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;
}
David - thanks for quick answer - it worked, thx! :)
You're welcome
This archived topic is closed to new replies.