• Resolved tonydidsbury

    (@tonydidsbury)


    My website is using a near-white background for the reviews section. I have managed to change the main font colour from within page-builder but the review title remains white which makes it very hard to read. Is there a css fix to change the title colour to black please?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter tonydidsbury

    (@tonydidsbury)

    oh, just noticed as well, also need the rating changing to black too.

    https://thepaintsmith.co.uk/testimonials/

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi Tony,

    I took a look at the link you set and it looks like you’ve managed to set the title to black (e.g. “Airbrush Workshop” shows up as dark as the rest of the text on https://thepaintsmith.co.uk/testimonials/). If you were referring to some other text, please let us know ??

    For changing the star colour to black, here’s some CSS you can add to the Custom CSS box in Options->Basic:

    .ewd-urp-review-graphic {
    color:#111;}
    Thread Starter tonydidsbury

    (@tonydidsbury)

    no, i meant the bit above that that says “review for airbrush class” and also the 5/5 rating.

    looking at the source code it appears to be :
    ewd-urp-review-product-name
    &
    ewd-urp-review-score-number

    so using your code above as a basis would i be correct in using:

    .ewd-urp-review-product-name {color:#111;}
    .ewd-urp-review-score-number {color:#111;}
    Thread Starter tonydidsbury

    (@tonydidsbury)

    edit : just tried the above and all works ??

    thanks for the help

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing title colours’ is closed to new replies.