Bitcoin Barbie
asked 10 years ago

Hello!

I am new to WordPress and I cannot figure out how to change the colour of my links after they have been visited. Can you help please?
My site is http://www.bitcoinbarbie.com
Right now they are blue, and want to change it back to pink 🙂
 
Thanks!

1 Answers
DominicStaff
answered 10 years ago

Hello Bitcoin !
To change font color in sidebar & sidebar- secondary, You can log in to Dashboard > Appearance > Customize > Custom Code, add the following code to the Header Code.

<style>
.sidebar-inner ul li a {
   color: #...;
}

.customisable, .customisable:link, .customisable:visited, .customisable:hover, .customisable:focus, .customisable:active, .customisable-highlight:hover, .customisable-highlight:focus, a:hover .customisable-highlight, a:focus .customisable-highlight {
      color: #....;
}
</style>

Then open the template.css file in the folder path “\wp-content\themes\dw-wallpress\assets\css”. Find the line 249 and remove the line code (color: #12639B;)

Notice: To change font color for the entire site of the DW Wall theme. Please open the template.css theme then change all the color code into your desired color.
Hope this helps!

Powered by DW Question & Answer Pro