content link color
Hello there, I am trying to change the content link color of my website. At first I tried appearance-customize-general-change content link color, but it didn’t change to the color I wanted. Then I searched the help threads, so I went to Custom CSS and pasted:
/* Links */
#main a { color: #ffffff; }
#main a:hover { color: #ffffff; }(not the “code” part)
Now only the “more text” link (in circle icon widget) is white, but the title and first text are still gray. How can I fix it so that all the links are white? (the background is black)
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Basone
Try this
.widget_circleicon-widget .circle-icon-box p.text { color: #fff !important; } .widget_circleicon-widget .circle-icon-box h4 { color: #fff !important; }Cheers
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.