• Resolved ADUpchurch

    (@adupchurch)


    Hi,

    I am new to using your plugin. However, a friend of mine has given me a review and it has been approved. What’s really strange is if you look at the live display of thereview, the background color is purple where the review is found. I’m not sure why it is displaying this way. You can barely see the text. Here is a screenshot: https://prnt.sc/fmnjpt

    Here is the live url: http://www.solvibrations.org/reviews/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your plugin is adding some styling to each blockquote element that is created – check in the custom styling to see where it is picking that up from

    An option that doesn’t really eliminate the problem but rather pastes over it would be to force all blockquote to have no background

    In your main.css you could add a rule, something like this

    blockquote
    {
    background:none!important;
    }

    Thread Starter ADUpchurch

    (@adupchurch)

    Hi Hazardous_Waster,

    Thank you so much for your help. Issue is now resolved. 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Background Color Changes On Frontend’ is closed to new replies.