Hi,
wie kann ich die Schriftfarbe der Zitate ändern?
Liebe Grüße,
Marco
Hey!
Try adding this code to the Quick CSS:
blockquote p {
color: red;
}
Cheers!
Josue
Hi Josue
Thank you! It works :)
But I see only the non bold text was changed. Bold or Strong text isnt changed.
Marco
Try this instead:
blockquote * {
color: red !important;
}
Cheers!
Josue
That has no effect on the bold and strong ones. Only on the headlines.
Hi,
Can you post the link to your website please?
Regards,
Josue
Regular: http://www.marcobehrens.com/neu-hier/
Strong: http://www.marcobehrens.com/du-hast-angst-fehler-zu-machen-perfekt/ (the first one)
Hey!
Please edit Josue’s code a bit and try adding following code to Quick CSS as well
blockquote strong {
color: red !important;
}
Cheers!
Yigit
That doesnt work :/
Hey!
Please try following code
#top #wrap_all .av-special-heading.classic-quote {
color: #ff0000;
}
Cheers!
Peter
Hi Peter,
i dont want to change the color of the special heading quote. Just of the regular strong quote.