- Posts: 22
- Thank you received: 0
Link color
-
vladimir065
Inactive member -
Topic Author
- Member
-
Less
More
11 years 11 months ago #27680
by vladimir065
Link color was created by vladimir065
Hi,
I work with Furniture store using 2.5, template style: custom.
I need to change the color of link in the VM on part Ask about this product.
Now it is the same as the colors on the menu that I have posted on the left side. As I cauld notice this color is defined in the template manager, part Body as Link color.
(My left modul background is dark, and body of web is white, so if I use for link color some dark color , my meny on left side is not reading, and if i change that color on some bright color, line Ask about this product is hard to read).
Is there any file in which I could change color of links just for part Ask about this product.
Thank you.
I work with Furniture store using 2.5, template style: custom.
I need to change the color of link in the VM on part Ask about this product.
Now it is the same as the colors on the menu that I have posted on the left side. As I cauld notice this color is defined in the template manager, part Body as Link color.
(My left modul background is dark, and body of web is white, so if I use for link color some dark color , my meny on left side is not reading, and if i change that color on some bright color, line Ask about this product is hard to read).
Is there any file in which I could change color of links just for part Ask about this product.
Thank you.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #27690
by ivan.milic
Replied by ivan.milic on topic Link color
Add your definition at bottom of template_css.css
Use this css path:
DIV.ask-a-question a.ask-a-question{
...
}
add !important; flag at each property value you add to be sure it will take advantage.
Use this css path:
DIV.ask-a-question a.ask-a-question{
...
}
add !important; flag at each property value you add to be sure it will take advantage.
Please Log in to join the conversation.
Time to create page: 0.171 seconds