Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
iadzemovic Posted April 5, 2020 Posted April 5, 2020 hey guys - im adding a new logo/header with bright colors and I need these: to be links in black or other instead of white..
iadzemovic Posted April 6, 2020 Author Posted April 6, 2020 I put that in custom.css but it doesnt overwrite whats already set?
Morrigan Posted April 6, 2020 Posted April 6, 2020 That likely means that another element is overwriting it after the fact (likely whatever custom theme you're using) try adding !important into it: #elUserNav > li > a { color: #000 !important; }
iadzemovic Posted April 25, 2020 Author Posted April 25, 2020 On 4/6/2020 at 12:43 PM, Morrigan said: That likely means that another element is overwriting it after the fact (likely whatever custom theme you're using) try adding !important into it: #elUserNav > li > a { color: #000 !important; } no change... ah this is frustrating
Daniel F Posted April 25, 2020 Posted April 25, 2020 What’s the link to your site to see if anything is overwriting it?
Recommended Posts