Hey guys, is the progress bar suppose to look the way it looks here?
Looks as if there’s maybe another layer in the background overlapping or something?
Also, what’s the best way to make the footer icons square, rather than circular?
Thank you,
JS
Hey Justin!
try this code in Quick CSS field:
.progressbar-title-wrap {
height: 21px;
}
.progressbar-title {
margin-top: -10px;
}
and adjust as needed.
Best regards,
Andy
Thanks Andy…and the social media icons in the footer? See other question please.
Hey!
add this code:
#socket .social_bookmarks li {
border-radius: 0px;
}
Best regards,
Andy