Links – certain color
-
Hi, I want to make all current and future links on my site a certain color (#733fa1). Do you know what the CSS code for that would be? I am using Button theme.
Thanks in advance,
NinoThe blog I need help with is: (visible only to logged in users)
-
Hi, @ninolesel!
Since you didn’t specify what links you want to edit the color, I created this generic one:
a { color: #733fa1; }Please, open up your website’s Customizer on “My Site > Themes > Customize” and click on CSS.
Then you will be able to add the code I sent you.
Let me know if you need further help.
-
Hi staff-bassist.
It didn’t work at all.
I want all links to be that color – websites, words that are links, etc. -
To change all links and overwrite the color on your theme, it is necessary to add !important at the end of the CSS, like this:
a { color: #733fa1 !important; } -
hmmm it makes the title and the buttons also purple now. Is it possible to have a code just for actual links within the text of each post?
-
How could I change the color for the headlines and text on the template I use? Thanks in advance.
-
Hi @stanodavacrs, can you open a new thread and link to your site that is hosted with us? I’ll go ahead and close this one since the original topic is resolved.
- The topic ‘Links – certain color’ is closed to new replies.