-
AuthorPosts
-
January 7, 2015 at 12:41 am #375939
We wanted to change the style of our “Get Started” link in the header to look more round, like we have our button’s in the rest of the theme, but no code I try is working. Here’s what I have at the moment:
li#menu-item-3231 .av-menu-button-colored { padding: 5px; border-radius: 50px; }Any help is appreciated. Thanks!
January 7, 2015 at 12:53 am #375945Hi XtGlobal ;
I think you should chose à “menu style” for the link of your page “Get Started”.
In the dashbord go to Apperance>Menus>Your menu>The page “Get Started” and in Menu Style check “Button style (bordered)”.
Beware of css too, layout.css line 595 :
.av-menu-button > a .avia-menu-text{border: 2px solid; <strong>border-radius: 20px</strong>; padding: 9px;}January 7, 2015 at 7:52 pm #376381Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-menu-button-colored > a .avia-menu-text { border-radius: 50px; }Thanks @begrafiks :)
Cheers!
YigitJanuary 7, 2015 at 8:15 pm #376400Unfortunately neither suggestion worked… the button is still square.
January 7, 2015 at 8:22 pm #376405Hey!
Please try adding !important rule as following
.av-menu-button-colored > a .avia-menu-text { border-radius: 50px!important; }and flush browser cache and refresh your page a few times. If you are using CSS minifying feature, please disable it before applying the code
Cheers!
YigitJanuary 7, 2015 at 8:36 pm #376413Flushed the cache 5 times, don’t have any minifying settings…and still square! I’m starting to think the internet gods don’t want us to have round buttons…
January 7, 2015 at 8:40 pm #376416Hey!
Do you mind creating a temporary admin login and posting it here privately so we can look into it? :)
Regards,
YigitJanuary 7, 2015 at 8:46 pm #376424This reply has been marked as private.January 7, 2015 at 8:55 pm #376432Hey!
Login credentials do not work for me. Can you please check them once again?
“ERROR: Incorrect username or password.
ERROR: Too many failed login attempts. Please try again in 20 minutes.”Cheers!
YigitJanuary 7, 2015 at 8:59 pm #376437This reply has been marked as private.January 7, 2015 at 9:22 pm #376453Hi!
There were extra closing curly brackets. I removed them and now code is working fine. Please review your website now :)
Best regards,
YigitJanuary 7, 2015 at 10:29 pm #376500Oh goodness, that would be what it was. Thank you so much for helping me out!
-
AuthorPosts
- The topic ‘Change the Style of Menu Item – Button (colored)’ is closed to new replies.
