Home › Forums › WordPress Themes – Premium › Deck Pro › How Do I change the link and underline colours from Red?
How Do I change the hover link colours etc from red?
Thank you
Phil
Hello Phil,
You can add the following css inside the additional css section of your customizer or style.css file;
#header #nav li a {
color: #d02727;
}
#header #nav li a:hover {
border-bottom: 2px solid #000000;
}
Note: Please change the color code of your own.
Regards,
Bidur
I have tried this in both locations and no change
#header #nav li a {
color: #0073bf;
}
#header #nav li a:hover {
border-bottom: 2px solid #0073bf;
}
Hello Phil,
1. Under dashboard, Go to appearance > customize > additional css section
2. Then add the above mentioned code and save it .
Or else if you are working on any website please provide your site url we shall take a look.
Thanks!
With our premium themes, we offer access to site documentation, video tutorials and timely support. Even if you have just started on WordPress, our support staff have the patience to help you create appealing sites gracefully.
Company
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.To find out more, including how to control cookies, see here: Privacy Policy
© Copyright © 2023 Styled Themes. All Right Reserved.