• Resolved Kit Marsden

    (@manek43509)


    Is it possible to adjust the colour of the links (“Read more” and people’s Google usernames) to fit the rest of the house style of my site?

    I tried using CSS class .wp-google-review without any success.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author richplugins

    (@richplugins)

    Hi,

    Sure, you can, change the color of the reviewers, for instance:
    .wp-gr.wpac .wp-google-review a.wp-google-name { color: #333 !important; }

    And for the ‘read more’ link:
    .wp-gr.wpac .wp-more-toggle { color: #333 !important; }

    Let me know if you have any questions.

    Thanks!

    Thread Starter Kit Marsden

    (@manek43509)

    Thank you, that’s great!

    So what would be the CSS class for the ‘See more reviews’ link at the bottom, then?

    Plugin Author richplugins

    (@richplugins)

    Hi,

    You can use this one: .wp-gr.wpac .wp-google-url

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change link colour?’ is closed to new replies.