• Hi,

    i know use the founder pro plugin. The colors in the “continue reading” button aren’t working.

    I want them with a black background and white link color.

    I set this in the css code:

    .more-link:visited {color:#ffffff;}

    .more-link:link {color:#ffffff;}

    But as soon as I get in the customizer, the link-color is chaning in orange (that’s what I’ve set in the founder pro plugin for base). :/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter fantasyname

    (@dam95)

    Maybe i have to work with “!IMPORTANT”? Now i think it works, but i dont know if thats the best solution ??

    • This reply was modified 3 years, 9 months ago by fantasyname.
    Theme Author Ben Sibley

    (@bensibley)

    I’m having trouble recreating this same issue on my test site. I can provide you with a CSS snippet that will work, and if you link me to your site I might be able to find out why this CSS is needed at all.

    Here is a working code snippet you can use:

    .entry .more-link {
    	background: #000;
    }
    .entry .more-link,
    .entry .more-link:link,
    .entry .more-link:visited {
    	color: #fff;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trouble with colors’ is closed to new replies.