crstph Posted August 23, 2022 Share Posted August 23, 2022 Site URL: https://plum-trout-c8tl.squarespace.com/ Heyo, I want to change the color of the meta data in the summary block. I have tried some code but it still has a certain overlay over it. No matter what color I try it always has this sort of overlay. I have already tried: #block-e1205ce284e2c1e398bb .summary-metadata * { font-family: 'albertsanssemibold'; font-size: 1.1rem; color: black !important; } but it is not working as you can see (Metadata is above): I would like it to be just full on black, #000000 Would appreciate any kind of help. Thanks in advance! Sitepw: j6&1!eA Link to comment
tuanphan Posted August 25, 2022 Share Posted August 25, 2022 Try this new code div#block-e1205ce284e2c1e398bb .summary-content.sqs-gallery-meta-container * { color: black !important; } 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!) Link to comment
crstph Posted September 7, 2022 Author Share Posted September 7, 2022 Hey, On 8/25/2022 at 10:39 AM, tuanphan said: Try this new code div#block-e1205ce284e2c1e398bb .summary-content.sqs-gallery-meta-container * { color: black !important; } that doesn't help Link to comment
tuanphan Posted September 8, 2022 Share Posted September 8, 2022 On 9/7/2022 at 2:58 PM, crstph said: Hey, that doesn't help It looks worked here? 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!) Link to comment
crstph Posted September 8, 2022 Author Share Posted September 8, 2022 8 hours ago, tuanphan said: It looks worked here? To me thats gray, on /projekte you can see in the blog summary how it would if it was fully black Link to comment
Solution tuanphan Posted September 9, 2022 Solution Share Posted September 9, 2022 12 hours ago, crstph said: To me thats gray, on /projekte you can see in the blog summary how it would if it was fully black Don't remove any code in your current code. Add this to Design > Custom CSS .sqs-block-summary-v2 .summary-metadata-item { opacity: 1 !important; } 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!) Link to comment
crstph Posted September 10, 2022 Author Share Posted September 10, 2022 On 9/9/2022 at 11:36 AM, tuanphan said: Don't remove any code in your current code. Add this to Design > Custom CSS .sqs-block-summary-v2 .summary-metadata-item { opacity: 1 !important; } Works! Thank you very much! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment