Lucia_ Posted October 29, 2019 Posted October 29, 2019 Hi there I have a site with a few mark downs and would like to visually group them. How can I change the background color of the mark down from white to grey? https://www.riwers.io/de/dienstleistungen Thank you for any advice lucia
tuanphan Posted October 29, 2019 Posted October 29, 2019 Which pages? Your url can't access. It is admin url. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Lucia_ Posted October 29, 2019 Author Posted October 29, 2019 sorry my bad https://www.riwers.io/de/dienstleistungen
tuanphan Posted October 29, 2019 Posted October 29, 2019 @lucia.fritsche Add to Home > Design > Custom CSS .markdown-block { background: grey; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Lucia_ Posted October 31, 2019 Author Posted October 31, 2019 its me again, when I insert the code under design it works great but if I want to see it on the live site it wont show. Do you have an idea what might be blocking it? https://www.riwers.io/de/dienstleistungen
tuanphan Posted October 31, 2019 Posted October 31, 2019 Can you take screenshot of Design > Custom CSS? @lucia.fritsche I inspected element, and found this...seems invalid code .sqs-block-markdown { background: #101010 10 } .markdown-block { background: #101010 10 } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
tuanphan Posted October 31, 2019 Posted October 31, 2019 hey @lucia.fritsche your code should be .sqs-block-markdown { background: #101010; } .markdown-block { background: #101010; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.