hi,
can you provide me with css code for changing the boxed pullquote's
color of the vertical bar
color or the background
hi,
can you provide me with css code for changing the boxed pullquote's
color of the vertical bar
color or the background
Hi Megalex,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
div .pullquote_boxed {
background-color: #FFF000;
border-left: 1px solid #000;
}
Regards,
Devin
You must log in to post.