I change color of “a” tag for css customization in wordpress theme but all a tags change, how can I change only “a” tags in post.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
You can do that for your blog posts only by, adding the following CSS code in:
Appearance
>Customize
>Custom CSS
and then add the following:Make sure to change
#ea0606
so it matches your needs.Hope that this helps.
Best,
Bobby