I’ve noticed when members quote other members in their post that the quote doesn’t have a different background or anything at all that really distinguishes it from the rest of the post in the Unified theme.
Is there anyway to change this?
I’ve noticed when members quote other members in their post that the quote doesn’t have a different background or anything at all that really distinguishes it from the rest of the post in the Unified theme.
Is there anyway to change this?
its driven by your sp theme… which are you using? one of ours or custom?
do you have link to example? we can suggest a theme mod…
As indicated I am using the Unified sp theme.
You can see what I mean here in the 3rd post:
http://forum.canadiangolfmagazine.com/forum-index/tour-talk/brooke-henderson-turned-pro/
I think it looks like there has already been some minor customisation to your theme so I assume you have a custom or child version of Unified,.
If you open the overlay file that you are using (in the /styles/overlays) folder and find the entry for
$postQuoteBackGroundColor
then you will see it is probably set to $baseColor1 (and $baseColor1 is set at the top oif the file to #EEF4EF). You can change the value of $postQuoteBackGroundColor to whatever you would prefer or to be – either another basecolor from the set or a direct value. For example – if you wanted it to be a light grey you could set:
$postQuoteBackGroundColor = ‘#EEEEEE’;
Is that OK?