January 03rd, 2024

How to change link colour in WordPress?



Like (0) Comments (1)



1 Comments Add Your Comment


Akshat Gupta
3 years ago Selected
If there is no option to change the link color in your theme, then you can change the link color in your WordPress site using custom CSS code.

First of all log in to your WordPress site and click on Appearance >> Customize then click on Additional CSS option.

Here you can add your custom CSS code. You can use the below CSS code.

a {
color: #8B0000;
}

This will change your default Link color to dark red. You can use your preferred color code instead of #8B0000. For color code, you can search color code on Google.
Like (0) Reply

Post a Comment

To leave a comment, please Login or Register