Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Design Extreme

    (@designextreme)

    You can set your own styles generally by adding matching styles to your Child theme or theme’s custom style sheet.

    I’ll post something here to cover the specific CSS shortly.

    Thread Starter ndoseo

    (@ndoseo)

    Thank you, ya for some reason it’s not picking up my style sheet design. All my other links etc.. go off my style sheet but it’s replacing it with grey

    Plugin Author Design Extreme

    (@designextreme)

    Your style sheet should overwrite the plugin’s style sheet. If it doesn’t, just make your style sheet more specific (e.g. have a parent element ID #some-parent-element or use “body ” at the start of the declaration). Does that help?

    Thread Starter ndoseo

    (@ndoseo)

    Yes it should, Google Reviews Widget it works just fine with. All my other stuff works just fine when I change my font color or add a link it works flawless. But for some reason the reviews and numbers is grey. Nothing seems to change it.

    I saw someone add custom css in a similar situation with WooCommerce

    .woocommerce-loop-product_title {
    color: #ffffff;
    }

    But tried it with changing it to the name of your plugin with no success.

    Thread Starter ndoseo

    (@ndoseo)

    Here is the site link https://carpetcarenottingham.co.uk/

    Plugin Author Design Extreme

    (@designextreme)

    I looks like you’ve done it. Did you force refresh the page after applying the style sheet change (Ctrl + Shift + R or similar).

    Here is the actual CSS for your reference:

    .google-business-reviews-rating .rating a.count {
        color: #2EA3F2;
    }

    Having a.count here will ensure it overrides the existing style.

    Plugin Author Design Extreme

    (@designextreme)

    And well done with your carpet cleaning business – so many reviews and a solid 5 star rating!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Reviews Text Link Color’ is closed to new replies.