- Posts: 2
- Thank you received: 0
Main Menu Customization
11 years 9 months ago - 11 years 9 months ago #5266
by Dima Dude
Main Menu Customization was created by Dima Dude
Hello,
At first Thanks to Omega for fresh and clean template!
Ok, probably I understand how to change color of main menu, I need to do this in dropdownMenu.css file
But I don't know how to build block for each one, because in this css file you have next structure
First Menu (Home) in css file have own block:
/* STYLING THE MENU
*/
/* 1st level */
#ot-mainmenu ul.level0 li
and the other menus have only one shared block
/* 2nd level and above */
#ot-mainmenu ul.level0 ul{
How to separate it and build for each one their own css block?
thanks...
At first Thanks to Omega for fresh and clean template!
Ok, probably I understand how to change color of main menu, I need to do this in dropdownMenu.css file
But I don't know how to build block for each one, because in this css file you have next structure
First Menu (Home) in css file have own block:
/* STYLING THE MENU
*/
/* 1st level */
#ot-mainmenu ul.level0 li
and the other menus have only one shared block
/* 2nd level and above */
#ot-mainmenu ul.level0 ul{
How to separate it and build for each one their own css block?
thanks...
Last edit: 11 years 9 months ago by Dima Dude.
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
11 years 9 months ago #5267 by Trung Duong
Replied by Trung Duong on topic Re: Main Menu Customization
Hello,
You can check html code with firebug on firefox browser and you will see with each li tag, you will have an id="item-xxx" and you can use it to build their own css block. Ex:
You can check html code with firebug on firefox browser and you will see with each li tag, you will have an id="item-xxx" and you can use it to build their own css block. Ex:
Code:
#ot-mainmenu ul li#item-xxx ul{ }
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
The following user(s) said Thank You: Dima Dude
Please Log in or Create an account to join the conversation.
11 years 9 months ago #5277
by Dima Dude
Replied by Dima Dude on topic Re: Main Menu Customization
Thanks,
I tried in firebug, also it's possible in chrome.
But I don't find the menu style.
I tried in firebug, also it's possible in chrome.
But I don't find the menu style.
Please Log in or Create an account to join the conversation.
Time to create page: 0.185 seconds