Home>Support>content link color

content link color

By basone, 9 years ago. Last reply by Daniel, 9 years ago.

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)

URL: http://www.basoneguitars.com/shop

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 6 months ago Daniel
    Hi, I Work Here

    Hi 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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More