Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #859249

    Hey Enfold Team!

    Can you help me make the size of this menu button bigger?

    It is the ‘855.RIDGLOK’ red button on https://ridglokwp.getoutsourcify.com/

    Menu name is ‘Main Menu’

    Thank you! :)

    #859879

    Hey hackoffseries,

    Please try the following in Quick CSS under Enfold->General Styling:

    #menu-item-1013 .avia-menu-text {
      padding:15px;
    }

    Best regards,
    Rikard

    #860267

    Hey Rikard!

    Thank you for your response. Unfortunately the CSS code does not work. Any other options?

    Thank you! :)

    #860497

    Hi,

    Please try this instead:

    #menu-item-1013 .avia-menu-text {
      padding:15px !important;
    }

    Best regards,
    Rikard

    #860534

    This is perfect Rikard! Thank you so much!! :)

    #860864

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #861057

    Hey Rikard!

    One last thing, can you please send me the code for making the font size bigger just for that specific button/menu item?

    Thank you! :)

    #861149

    Hi,

    Add the following to quick css:

    #menu-item-1013 a .avia-menu-text{
    font-size:25px!important;
    }

    Adjust the number to whatever you need.

    Best regards,
    Jordan Shannon

    #861804

    Thank you so much Jordan! Works perfectly!

    #861886

    Hi hackoffseries,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.