Comments 2weiweilee started the conversationMay 1, 2019 at 4:25pmHi thereI Cannot make a menu button,i've tried:1.add css style to the php sheet like this2. add css to menu like thisbut didn't work , maybe overwrite by other code but don't know how to detect...help ~plz[deleted] repliedMay 2, 2019 at 8:03amHi weiweilee, First you must add a class to your menu item, to learn how you can do that please see this video. Then you can go to Custom CSS area and style that button. Here is an example that we used for the Restaurant demo: /* Menu: Special button */ @media screen and (min-width: 768px) { .special-menu-button a{ -webkit-box-shadow: 0 10px 30px 3px rgba(0,0,0,0.08); box-shadow: 0 10px 30px 3px rgba(0,0,0,0.08); -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px; padding: 4px 15px; background: #d09e5b; color: #fff !important; margin-left: -15px; } .special-menu-button a:after { background-color: transparent !important; } } Have a great day! 2weiweilee repliedMay 2, 2019 at 10:53amHi there it worked, thanksbut here comes another question,how could I remove the hovered bottom-line to this button?I used "border-bottom: none !important;" but didn't workedthanks[deleted] repliedMay 3, 2019 at 7:35amHi weiweilee,I'm happy to hear thatThe second CSS code that I send to you: .special-menu-button a:after { background-color: transparent !important; }Removes that underline effect for the "special-menu-button" class button.Have a great day! 2weiweilee repliedMay 3, 2019 at 5:08pmHi Ylli It didn't work , plz check my website http://voxnativa.org/ and My CSS: butn a { -webkit-box-shadow: 0 10px 30px 3px rgba(0,0,0,0.08); box-shadow: 0 10px 30px 3px rgba(0,0,0,0.08); -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px; padding: 10px 25px; border: solid 2px #ffffff; } .butn a:after { background-color: transparent !important; } } [deleted] repliedMay 6, 2019 at 7:11amHi weiweilee, Please read my reply carefully and see the video, the class that I used was: .special-menu-button Thanks! 2weiweilee repliedMay 6, 2019 at 4:52pmHi Ylli I change the class to . .special-menu-button now my css style is : .special-menu-button a{ -webkit-box-shadow: 0 10px 30px 3px rgba(0,0,0,0.08); box-shadow: 0 10px 30px 3px rgba(0,0,0,0.08); -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px; padding: 10px 25px; border: solid 2px #ffffff; } .special-menu-button a:after { background-color: transparent !important; }} but it still have bottom line link (sorry , my code skill is pretty bad )plz help [deleted] repliedMay 7, 2019 at 6:54amI can see that you used two }. This should be the exact code https://laborator.ticksy.com/ticket/1995199#comment-10167639 If you still have problems to do this simple thing then please send me your Wordpress credentials so I can test this. Have a great day! weiweilee replied privately[deleted] repliedMay 8, 2019 at 8:25amHi weiweilee,I can see that your button works as it should now and it's taking the style that I have send to youHave a great day! 2weiweilee repliedMay 8, 2019 at 11:01amHi Ylli The menu button hovered now is pic, but I want it to be pic. (I don't wanna red line under button when I hover) it still not as I thought, would you plz help me fix this thanks[deleted] repliedMay 9, 2019 at 7:03amHi weiweilee,Thanks for your infos, now I understand your question and I'm happy to say that the problem is now solve (see video).Have a great day!1 Like 2weiweilee repliedMay 9, 2019 at 7:06amHi Ylliyou got it !!thank you so much ^__^1 Like[deleted] repliedMay 9, 2019 at 7:12amHi weiweilee,I'm happy to hear thatWill set this ticket as solved from here. Sign in to reply ...
Hi there
I Cannot make a menu button,
i've tried:
1.add css style to the php sheet like this
2. add css to menu like this
but didn't work , maybe overwrite by other code but don't know how to detect...
help ~plz
Hi weiweilee,
First you must add a class to your menu item, to learn how you can do that please see this video.
Then you can go to Custom CSS area and style that button.
Here is an example that we used for the Restaurant demo:
Have a great day!
Hi there
it worked, thanks
but here comes another question,
how could I remove the hovered bottom-line to this button?
I used "border-bottom: none !important;" but didn't worked
thanks
Hi weiweilee,
I'm happy to hear that
The second CSS code that I send to you:
Removes that underline effect for the "special-menu-button" class button.
Have a great day!
Hi Ylli
It didn't work ,
plz check my website
http://voxnativa.org/
and My CSS:
Hi weiweilee,
Please read my reply carefully and see the video, the class that I used was:
Thanks!
Hi Ylli
I change the class to .
now my css style is :
.special-menu-button a{
-webkit-box-shadow: 0 10px 30px 3px rgba(0,0,0,0.08);
box-shadow: 0 10px 30px 3px rgba(0,0,0,0.08);
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
padding: 10px 25px;
border: solid 2px #ffffff;
}
.special-menu-button a:after {
background-color: transparent !important;
}
}
but it still have bottom line link
(sorry , my code skill is pretty bad )
plz help
I can see that you used two }.
This should be the exact code https://laborator.ticksy.com/ticket/1995199#comment-10167639
If you still have problems to do this simple thing then please send me your Wordpress credentials so I can test this.
Have a great day!
Hi weiweilee,
I can see that your button works as it should now and it's taking the style that I have send to you
Have a great day!
Hi Ylli
The menu button hovered now is pic,
but I want it to be pic. (I don't wanna red line under button when I hover)
it still not as I thought,
would you plz help me fix this
thanks
Hi weiweilee,
Thanks for your infos, now I understand your question and I'm happy to say that the problem is now solve (see video).
Have a great day!
Hi Ylli
you got it !!
thank you so much ^__^
Hi weiweilee,
I'm happy to hear that
Will set this ticket as solved from here.