Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sherifabuzid

    (@sherifabuzid)

    I managed to increase the phone size, but can not increase the size of the icon or make the icon belw the navigation title.

    you can see it here: https://www.translationspace.com/

    Hi there,

    Insert this code inside your custom css file (prefarably using a Child theme):

    .topbarmenu .sf-menu li a i::before {
    display: inline;
    padding-right: 5px;
    font-size: 30px;

    Play with the padding and font-size untill you get it to look the way you like.

    Hope it helps

    Hey sherifabuzid,

    Vinci is correct, adjust the font-size to make them bigger.
    If you want the menu to look like the link you provided change the display declaration, like:

    .topbarmenu .sf-menu li a i {
    display: block;
    font-size: 30px;
    }

    Hi there – I think you may have posted in this forum by mistake, since it looks like you’re using a theme called Virtue Premium, not Writr.

    In any case, glad other users were able to help you out!

    For further help with Virtue Premium, you can request assistance from the developers in their support forum:

    https://www.kadencethemes.com/support-forums/forum/virtue-theme/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Icon Menu’ is closed to new replies.