By amsterdam6shooters on Sat, 07/25/2015 - 15:20
Forums:
On one of my pages I use several feeds. (Hertzpro). these feeds link, and the link color is red, so the whole block has red letters.
Same with news headlines on the same page. The whole page is actually quiite red. http://amsterdam6shooters.nl/nieuwsblogs
How can I solve this layout problem?
Comments
Please take screenshot and mark regions whose color you want to change.
Please post the screenshot here.
Here's the link to the page: . It's a news portal page.
In the left and right side bar I have feeds. In the center I have my own news. It all looks very red. Hurts the eyes :-) But that's how the predefined style sheet is.
http://amsterdam6shooters.nl/nieuwsblogs
What do you suggest?
Please follow these steps:
1) Open style.css in any text editor.
2) Add following code at the bottom.
.block-aggregator li a {
color: #c2c2c2;
}
You can change color code to the desired one.
3) Save style.css
This will change link colors from both sidebar.