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.

Change font color in Button (PB) widget

10 years ago · Last reply by Daniel 10 years ago

Hi!
On www.badbaljan.com we use the Button (PB) widget to announce free delivery. In the sidebar we have one and I am not sure when, but now the font color has changed on this one to our normal bluich link color. But on this button we like it to be white as the one in the body on mail page?

URL: http://www.badbaljan.com

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Magus Staff 10 years, 10 months ago

    Hi Eric

    The button is picking up the visited link colour from another CSS Entry. To correct this please add the following to your Custom CSS

    .origin-widget-button-vantage_flat-dark_green.origin-widget a:visited {
    color: #ffffff;
    }

    Let us know how you get on

    Magus

  2. Magus Staff 10 years, 10 months ago

    Hi Eric,

    Was having a second look at your page, please ignore my previous post and add this instead

    .origin-widget-button-vantage_flat-dark_green.origin-widget a {
    color: #ffffff !important;
    }

    the overriding entry was for the link itself, as well as the visited link so the above will work better.

    Magus

  3. Eric 10 years, 10 months ago

    Hi Magnus,
    That worked fine. Thanks for great support!!!

    Have a nice weekend!

    Eric

  4. Eric Private 10 years, 10 months ago

    This is a private message.

  5. Daniel Staff 10 years, 10 months ago

    Hi Eric

    I am glad you are making progress in developing your site :-)

    Always feel free to open a new thread whenever you require support

    @Magus much appreciated

    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