hi again!
how can i do the following stuff to the submenu?
1. bold (like main menu items)
2. changing color
3. hover color
thank You!
Alex
Also how can i change in the top mentioned stuff for the Mega Menu:
http://nonpardon.com/?page_id=2929
Thanks,
Alex
Sorry… one last question for the Submenu:
how can i adjust the width of the submenu.
Thank You for the Great Support! I really appreciate it!
Alex
Hi!
Thank you for using the support forum!
There will be added options to modify the the elements like the submenu inside the theme on the future release of the theme. For now you can use this on Quick CSS or custom.css:
#top .main_menu .menu li ul a {
font-weight: bold;
}
.main_menu .menu ul li a {
color: #000000;
}
.main_menu .menu ul li a:hover {
color: #808080;
}
You can increase the submenu padding using this:
#top .main_menu .menu li ul a {
padding: 8px 30px 8px 15px;
}
Regards,
Ismael
Hi,
thank You vvery much for the reply.
no effect with the following code on the submenu:
.main_menu .menu ul li a {
color: #4285F4;
}
.main_menu .menu ul li a:hover {
color: #4285F4;
}
Thanks,
Alex
one more question please…
i would like to change the width of each submenu individually.
Thank You!
Alex
Hi!
For the submenu, please use this:
.header_color .main_menu .menu ul li a {
color: red;
}
.header_color .main_menu .menu ul li a:hover {
color: blue;
}
Are you trying to decrease or increase the width? The padding should work in increasing the submenu width. If you want to change it individually, you might need to hire a freelance developer to fix it for you. I’m sorry but that is beyond the scope of support. For further customization, please visit Werkpress.
Cheers!
Ismael
Thank You very much.
Greets
Alex