jtrnkr Posted August 20 Share Posted August 20 My website has three blocks targeting different audiences. Each block has a navigation link, e.g. "For buyers" as pictured in the attached file. However, I want the text to be the same color as the background. When I add a color line to the code, the navigation link code doesn't work any longer. This is the navigation link code: <p id="buyers"> For buyers</p> How may I change the colour of the text while keeping the navigation link code functional? Thanks so much Link to comment
Solution tuanphan Posted August 23 Solution Share Posted August 23 Change to like this <p id="buyers" style="color:red;"> For buyers</p> jtrnkr 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment