• Resolved Andreas

    (@slartibartfast29)


    Hello team,

    Thank you for this great plugin.

    I’m using a background color which is very similar to a link typical color. How would it be possible to change the color of the “more” link please ?

    I managed to change the color for the hover bit, but I can’t do it for the visited or unvisited status.

    Here are the CCS Classes I use and have integrated in the plugin CSS class:

    .testimonial-link-hover
    a:hover {
    color: #111111;
    }

    .testimonial-link
    a:link {
    color: #111111;
    }

    .testimonial-link-visited
    a:visited {
    color: #111111;
    }

    .testimonial-link-active
    a:active {
    color: #111111;
    }

    Here’s a link to a relevant page on my website: https://altertransitions.com/fr/coaching-intelligence-positive/

    Thank you very much.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @slartibartfast29,

    Please add this code in Appearance > Customize > Additional CSS:

    .strong-view.wpmtst-default a.readmore, .strong-view.wpmtst-default a.readmore-toggle {
    	color: red;
    }

    Warmly,
    Mihaela

    Thread Starter Andreas

    (@slartibartfast29)

    Hi Mihaela,

    Thanks for your help. Works great ??

    Andreas

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change link (“more”) color’ is closed to new replies.