Closed (fixed)
Project:
Aberdeen
Version:
5.x-1.7
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
6 Oct 2007 at 21:41 UTC
Updated:
24 Jan 2010 at 20:00 UTC
Hey there - I tried changing the link colors on the stylesheet but they are staying the same for the RSS newsfeeds that I want to post. Any suggestions?
Comments
Comment #1
ishmael-sanchez commentedCan you provide a screenshot? The majority of the link styles are governed by the code in the style.css file around line 60. If you want to override this I recommend using CSS specificity to target an element. For example
#sidebar-right a {color:red;}will change all the right sidebar links to red.Comment #2
ishmael-sanchez commentedComment #3
ishmael-sanchez commentedI'll assume you have resolved this issue. If not kindly update this issue.