• Resolved lorelei-jenn

    (@lorelei-jenn)


    My sidebar widget links are gray & I want them to match the link color in the content. Is there any way to do this?

Viewing 1 replies (of 1 total)
  • The css for this can be found in the theme’s style.css file around line 537 which looks like this:

    #st-right a,
    #st-left a {
    	color: #848484;
    }
    #st-right a:hover,
    #st-left a:hover {
    	color: #444;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Force custom link color in sidebar widgets?’ is closed to new replies.