Tagged: background, Color
Hi I would like to add a background color to my b-quote sections. Could you please let me know if this is possible and if yes how to do so.
Thanks in advance for your help!
Hey raymondleever,
Please provide a link to the site/section in question so we can login inspect the page and provide accurate css.
Best regards,
Jordan Shannon
I have made an example image, could you please let me know how I can add them here?
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
#top .main_color blockquote {
background-color: #ddd;
}
Best regards,
Rikard
Great, thanks Rikard!
Is it also posible to add some extra padding in the background (top and bottom) and in the red line at the beginning of the b-quote
Hi,
Add the following:
#top .main_color blockquote p{
padding:10px 0px 10px 30px;
}
Best regards,
Jordan Shannon