Home Forums Basel support forum Having icons in Footer in place of link titles

Having icons in Footer in place of link titles

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

    sab2023
    Participant

    How can I put an icon like a shape of a circle in place of the title for the navigation menu for the footer? It only allows me to add text. I am using the Footer widget. See the image attached.

    #4389

    Artem Temos
    Keymaster

    Hello,

    Thank you for the question but we don’t see your screenshot. Please upload it to the service like this http://imgur.com/

    Regards

    #4409

    sab2023
    Participant

    Sorry about that. Here is the link to see the screenshot for the issue at hand. Thank you.

    https://imgur.com/a/v9Hsv

    #4427

    Artem Temos
    Keymaster

    Hello,

    There is no such option in our theme. But you can try to achieve it by adding the following code snippet to the Custom CSS section in Theme Settings

    .footer-column-2 .widget-title:before,
    .footer-column-3 .widget-title:before,
    .footer-column-4 .widget-title:before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background: transparent;
        border: 3px solid #882de2;
        border-radius: 50%;
        margin-bottom: 10px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)