If you want your content links to match the same site wide in your Build A Niche Stores, you can add the simple code below to the top or bottom of the the theme CSS file. Of course you need to change the hex code color to the color you desire, but it is a quick and dirty fix as to not have that default blue link color show up.
a {
color: #BF0A3A;
}
a:hover {
color: #000000;
}
Here also is a
color palette to bookmark that has the hex colors listed as well.
If you are a newbie and want to know how to make a text link via html, the below code will show you how.
<a href="http://www.google.com">Your Link Text Here</a>
Have a great Monday and keep your heads up!
Related Posts by Categories
0 comments:
Post a Comment