Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1380789
Adding CTA Button in Main Menu
Closed

Comments

  • bengaskins started the conversation

    Hello, 


    Is it possible to add a Call To Action button to the Menu (Main).  I am able to add new links (Appearance --> Menu), but do not see an option to add a button (linked).  Please advise.  Thanks


    -Ben

  •  7,092
    Oliver replied

    Hi!

    pls. give me link to your site and add the menu item which you need to make the button, I'll give you css.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • bengaskins replied

    Hello.

    Thanks.  Please see the information you requested below:

    cuddlebeeb.com

    Link for CTA: specifications

    Thanks,

    Ben

  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    li#menu-item-25528 a {
        background-color: #000;
        padding: 10px !important;
        border-radius: 10px;
        color: #fff !important;
    }
    li#menu-item-25528 a:hover {
        background-color: #eee;
        color: #000 !important;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • bengaskins replied

    Perfect.  Works great.  Thanks for the quick reply and CSS Code snip.

    Regards,


    Ben

  •  7,092
    Oliver replied

    Feel free to contact us if you need help.


    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver