This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

content link color

10 years ago · Last reply by Daniel 10 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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Daniel Staff 10 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread