- Posts: 5
- Thank you received: 6
template custum
- Hanène Elleuch
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
13 years 3 months ago #296
by Hanène Elleuch
template custum was created by Hanène Elleuch
Hello,
How can I change the color of the links (of articles and menus) from orange to another color? I tried to change the css files but it didn't work.
Can you help me?
(I posted this question in other template and i have a solution but i can't use it in this template because this template haven't parameters areas to change the colors )
thank you.
How can I change the color of the links (of articles and menus) from orange to another color? I tried to change the css files but it didn't work.
Can you help me?
(I posted this question in other template and i have a solution but i can't use it in this template because this template haven't parameters areas to change the colors )
thank you.
The following user(s) said Thank You: makcim makcimov, asbel mata
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
13 years 3 months ago - 13 years 3 months ago #299 by Trung Duong
Replied by Trung Duong on topic Re: template custom
Hello,
1. Edit menu links color, please edit menu.css file and find these code as below:
Line 46(hover and active color)
Line 26 (normal color menu links)
2. Edit links color at content, please edit file typography.css and find line 28 as below:
Thanks for using our product!
Best Regards
1. Edit menu links color, please edit menu.css file and find these code as below:
Line 46(hover and active color)
Code:
#mega_menu ul.menu li a.level1:hover, #mega_menu ul.menu li#current a.level1 {
color: #FD5909;
}
Code:
#mega_menu ul.menu li a{
text-decoration: none;
text-transform: none;
padding: 0px 12px;
color: #676767;
font-size: 14px;
height: 30px;
line-height: 30px;
border-left: 1px solid #7a7a7a;
border-right: 1px solid #9f9f9f;
}
Code:
a {
color: #FD5909;
cursor: pointer;
font-size: 1em;
outline: medium none;
text-decoration: none;
}
Best Regards
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Last edit: 13 years 3 months ago by Linh Robert.
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
Time to create page: 0.186 seconds