Link color changes only occur in "incognito window"

Permalink
Brand new user, having an issue changing the link colors on my new site using the Dark Chocolate template (www.magnumarts.net). Changing the template color scheme has no effect, but when I open the page in an "incognito window", the changes appear. But not unless I'm in that window.

How do I modify the CSS code to change the link code? I searched the help forums and couldn't find the answer that matched my issue. Any help would be appreciated. Thanks!

magnumarts
 
Adreco replied on at Permalink Reply
Adreco
A separate CSS covers links color. Check your Typography CSS at Concrete/themes/Dark_Chocolate/typography.
I think link color is on line 9 and hover color is on 13?
magnumarts replied on at Permalink Reply
magnumarts
Thanks for the info. Pardon my ignorance, but how do I get there? Can't see that path through the dashboard. Once there, will I be able to change these attributes?
Adreco replied on at Permalink Reply
Adreco
No problem
Do you have FTP access to your installation? The path I indicated was for accessing through your server. Your Concrete5 installation is usually in the "root" or "public" area of your server. From there, open the Concrete file, then the Themes File, then the dark_chocolate file. There you will find Typography CSS. The Typography file can be copied to your desktop and edited (gedit or Notepad++ are free editing programs)... then save and upload back into your dark_chocolate theme to over-write the original.

Refresh your browser and site cache (sitewide settings in the dashboard) and view changes :)

OR I believe you can enter your own CSS to override the theme from the dashboard but.... I've never done that method :(

PS Best practice is to copy the entire dark_chocolate theme and move it one level up (to the empty themes folder that displays down the list from the first Concrete folder). That way your edits are protected if you upgrade versions later, and... you always have the original installed to fall back on if needed)