Viewing 6 replies - 1 through 6 (of 6 total)
  • This may be possible if you’ve got a good grasp on the coding of each theme, but there is definitely no options within the theme to do so.

    We’ll have to wait for the theme developer to get confirmation on if it’s possible, but out of there is currently no option to do this.

    You can use css to accomplish a similar thing. For a quick example:

    .home-iconmenu .home-icon-item i {
        font-size: 30px;
        line-height: 30px;
        display: inline-block;
        color: #fff;
        padding: 20px;
        background-color: #444;
        margin-top: 5px;
        margin-bottom: 5px;
        border-radius: 50%;
        transition: background .4s ease-out;
        -webkit-transition: background .4s ease-out;
        -moz-transition: background .4s ease-out;
        -o-transition: background .4s ease-out;
    }

    Kadence Themes

    Thread Starter sollicitant

    (@sollicitant)

    Sorry i mean the icoonmenu in home layout.

    hannah

    (@hannahritner)

    Hey sollicitant,
    Did you try the above css? That should work for icon menu in the home layout. If it’s not working can you post a link?

    Hannah

    Thread Starter sollicitant

    (@sollicitant)

    .home-iconmenu a i {
        font-size: 30px;
        line-height: 30px;
        display: inline-block;
        color: #fff;
        padding: 20px;
        background-color: #444;
        margin-top: 5px;
        margin-bottom: 5px;
        border-radius: 50%;
        transition: background .4s ease-out;
        -webkit-transition: background .4s ease-out;
        -moz-transition: background .4s ease-out;
        -o-transition: background .4s ease-out;
    }

    Use ^ that.

    By the way your links are all empty?

    Kadence Themes

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Icon Menu’ is closed to new replies.