MikeyD Posted November 14, 2019 Share Posted November 14, 2019 Can anyone help with the CSS needed to change the font colour in the quote block of the Miller template please? I have had a hunt around but nothing that deals with the text colour. https://www.vibeyogaandpilates.co.uk/pilates P/W mysite100 Thank you in advance!! 🙏🏻 Link to comment
lu.diehl Posted November 14, 2019 Share Posted November 14, 2019 Hey @MikeyD, just change "red" to the color you want to use. Let me know if this works 😉 .sqs-block-quote { color: red; } Link to comment
MikeyD Posted November 15, 2019 Author Share Posted November 15, 2019 I put rgb(22, 138, 134) instead of the colour and it works perfectly. Brilliant! You're an angel thank you!! Link to comment
MikeyD Posted November 15, 2019 Author Share Posted November 15, 2019 Is it ok to put rgb(22, 138, 134) as the colour in coding or should it be or should it be the hsl or the hashtag number or does it not matter? Link to comment
lu.diehl Posted November 15, 2019 Share Posted November 15, 2019 1 hour ago, MikeyD said: Is it ok to put rgb(22, 138, 134) as the colour in coding or should it be or should it be the hsl or the hashtag number or does it not matter? You can use either # hex color or rgb. If you need to add transparency, then use rgba value - the alpha value would define the transparency, from 0 (transparent) to 1 (opaque). Link to comment
MikeyD Posted November 15, 2019 Author Share Posted November 15, 2019 5 hours ago, lu.diehl said: You can use either # hex color or rgb. If you need to add transparency, then use rgba value - the alpha value would define the transparency, from 0 (transparent) to 1 (opaque). Ace thank you so much! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.