Site logo

Archived topic

How to add a button in footer

3 replies · Started by Sanu Kumar on June 2, 2021

Viewing posts 1–4 of 4

Hi there,

add this CSS to your site:

.menu-label {
    font-size: 10px;
    padding: 2px 4px;
    background-color: #8E99A9;
    color: #fff;
    border-radius: 4px;
    position: relative;
    top: -2px;
}

Then edit the Menu item you want it to appear beside and add change the label to:

Your Menu item <span class="menu-label"> some text </span>

Thank you so much! It worked

Glad to hear that

This archived topic is closed to new replies.