Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #198432

    Hi,
    I would like to put a button on my secondary menu that looks like what you see at I want the exact same look (“Sign in” link and a “Create an account” button in blue) on my website: http://www.nexushumancapital.com.

    Thanks!

    #198501

    Hi griffiba!

    You can add the same way you have added “Sign In” and “Create An Account” links in Appearance > Menus. I am not sure what exactly you would like to achieve. Can you post a screenshot and show?

    Cheers!
    Yigit

    #198563

    Hi Yigit,
    Thanks for your reply. I would like to have the “Create an account” link look like the “Create an account” button when you sign into Gmail. You can see it here: https://mail.google.com/intl/en/mail/help/about.html

    Thanks!
    griffiba

    #198632

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    #menu-item-2709 a {
    padding: 5px;
    background-color: blue;
    color: white; 
    }

    Best regards,
    Yigit

    #203004

    This is exactly what I am looking for, but not sure how to create the links for the “button.” I had originally been using text in the “Phone Number or small info text” area under the Enfold Header area. When add that CSS code and then turn on the Secondary Menu it shows up as the same font as the main menu.

    #203063

    Hey!

    Can you post the link to your Enfold website?

    Cheers!
    Yigit

    #203164

    Sure. http://justoneafrica.org/wpsite This is still my dev build.

    By the way, I bought another “top rated” theme and “lost” my money as yours is such an improvement and much easier to use. Thank you for providing a great theme that is easy to use and very professional.

    Thanks for the support.

    Clay

    #203193

    Hi!

    You can add this on your custom.css or Quick CSS:

    #menu-item-2508 a {
    background: blue !important;
    padding: 10px;
    color: white !important;
    }

    Best regards,
    Ismael

    #203335

    Perfect! I just needed that !important attribute.

    Thank you.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Button in secondary menu’ is closed to new replies.