- Posts: 90
- Thank you received: 0
Changing Background color for contact category
-
skytech
Inactive member - Topic Author
- Member
Less
More
10 years 10 months ago #36745
by skytech
Changing Background color for contact category was created by skytech
Please the circles portion of the page, i want it to have the same background as the page. this happens in articles category and contact category. the background for second links normally comes with white background. please help me on how to remove the background. thank you
www.tfgbc.org
www.tfgbc.org
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #36748
by ivan.milic
Replied by ivan.milic on topic Changing Background color for contact category
In template_css.css:
.cat-list-row1 td {
padding: 5px;
text-align: left;
background: #ccc;
}
remove: background: #ccc;
.cat-list-row1 td {
padding: 5px;
text-align: left;
background: #ccc;
}
remove: background: #ccc;
Please Log in to join the conversation.
Time to create page: 0.162 seconds