Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Menu / Mega menu
styling a main menu item
tfy
September 2018
in
Menu / Mega menu
Hi,
our website is www.idilevents.com
I would like to style "Teklif Alin" on main menu (which means get quote in turkish). Is it possible? How can i do that?
Comments
Pablo
September 2018
Hi,
Can you describe your question greater?
I don't know what do you mean by 'style teklif alin on main menu'
What do you exactly want to do?
Thanks
tfy
September 2018
I mean, this one is our other website made by avada (
http://www.ogrencigezileri.com/
). I would like to style "teklif alin" like this.
Pablo
September 2018
edited September 2018
Hi,
With This CSS you can change the color of the button.
Paste it to Theme Options > Custom CSS & JS > CSS
#menu-main-menu li#menu-item-2388 span{
background-color:yellow !important;
}
Thanks
tfy
September 2018
Hi,
Thanks for the help. But it also affects the last child of the sub-menu. How can i avoid that?
Also i want to make 2 different stylings for desktop and mobile. How can i do that? I know i should use
@media
but how?
Pablo
September 2018
Hi
I updated the code above.
Thanks
Sign In
or
Register
to comment.
Comments
Can you describe your question greater?
I don't know what do you mean by 'style teklif alin on main menu'
What do you exactly want to do?
Thanks
Also i want to make 2 different stylings for desktop and mobile. How can i do that? I know i should use @media but how?