Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #904967

    Hi there Enfold team!

    I would like to have a button that looks like this
    https://prnt.sc/i7o5wk

    on this website that I am building:

    It is the “Contact A Sales Rep” button. I believe the menu ID is 1287.

    Also, is there a way to put a text “Stay Connected” before the social media icons?

    Thank you!

    #905029

    Hey,

    1- I added following code to bottom of Enfold theme options > General Styling > Quick CSS field

    #top #wrap_all .av_seperator_big_border#header .av-menu-button-colored > a {
        background: transparent;
    }

    2- Added following code to Quick CSS as well

    #top .social_bookmarks:before {
        content: 'Stay Connected: ';
        color: white;
        float: inherit;
        line-height: 42px;
    }

    Please review your website :)

    Best regards,
    Yigit

    #905463

    Everything is perfect! Thank youu soooo much Yigit and Enfold!!

    #905465

    Oh, one last thing Yigit

    Can you see the text on the right side that says “REQUEST MORE INFO >”, how do I add padding to the top in there so that it’s centered like “Stay Connected”?

    Thank youuu again! :)

    #906031

    Hi,

    Please try this CSS as well:

    .phone-info span {
      padding-top:10px;
    }

    Best regards,
    Rikard

    #906687

    Perfect!! Thank you so much Rikard and Basilis keep up the great work! Please mark this thread as resolved. :)

    #906702

    Hi,

    Glad that Rikard helped you, thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Create rounder corner button on menu item’ is closed to new replies.