- Posts: 6
- Thank you received: 0
Re: Web Link category
-
RLL
Inactive member - Topic Author
- New Member
Less
More
12 years 10 months ago #14926
by RLL
Replied by RLL on topic Re: Web Link category
Verified template style is set to "Style 1".
Editing those hex values does not change the background colors of the Web Links.
Any other suggestions?
Editing those hex values does not change the background colors of the Web Links.
Any other suggestions?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #14948
by ivan.milic
Replied by ivan.milic on topic Re: Web Link category
Open template_css.css
add this:
#nav li a{
color:#......!important;
}
#nav li.active a{
color:#......!important;
}
#nav li:hover a{
color:#......!important;
}
First is for default, second for current item, third for mouseover.
add this:
#nav li a{
color:#......!important;
}
#nav li.active a{
color:#......!important;
}
#nav li:hover a{
color:#......!important;
}
First is for default, second for current item, third for mouseover.
Please Log in to join the conversation.
-
RLL
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
12 years 10 months ago - 4 years 3 months ago #14958
by RLL
Replied by RLL on topic Re: Web Link category
I 100% appreciate your assistance with this small issue. But I want to restate my problem to be sure we are trouble shooting the same thing.
I do not want to change the hyperlink colors. I need to change the table (or cell) background colors on my web link page. I have included a screen shot below to show how every other cell has a solid #cccccc color background, which conflicts with the white text and makes it hard to read.
I hope this helps clarify.
I do not want to change the hyperlink colors. I need to change the table (or cell) background colors on my web link page. I have included a screen shot below to show how every other cell has a solid #cccccc color background, which conflicts with the white text and makes it hard to read.
I hope this helps clarify.
Last edit: 4 years 3 months ago by milos.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #14961
by ivan.milic
Replied by ivan.milic on topic Re: Web Link category
In template_css.css:
.cat-list-row1 td {
padding: 5px;
text-align: left;
background: #CCC;
}
background: #CCC; is problem
.cat-list-row1 td {
padding: 5px;
text-align: left;
background: #CCC;
}
background: #CCC; is problem
Please Log in to join the conversation.
Time to create page: 0.090 seconds