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!
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
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
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
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.
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
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
Perfect! I just needed that !important attribute.
Thank you.