Tagged: align, blockquote, Color, text
Hello, on my site https://ilredelweb.it/save/prodotti-per-edilizia/ I used a blockquote, would it be possible to have it in a different colour #a6c626, and have the entire block of text that contains it aligned to the right?
(because of course I tried setting right alignment in the text block style but it doesn’t work well, it only aligns the other lines, not the ones containing the blockquote)
Thanks Gianluca
Hey Gianluca,
Please try the following in Quick CSS under Enfold->General Styling:
.main_color blockquote {
border-color: #a6c626;
}
.main_color blockquote p {
text-align: right;
}
Best regards,
Rikard
Thanks Rikard,
ok for the colour, not yet for the alignment but I however like it.
Thanks a lot