Jeffrey Posted August 20, 2020 Share Posted August 20, 2020 (edited) I'm having an issue I can't seem to find an answer to, I'm sorry if this has already been posted. I'm trying to change the color of a couple lines of text within a markdown box. The phone number seems to be working but the email address isn't and I'm not sure why. I don't want to use a "mailto" link. The code is here... <p class="sqsrte-large"> We can be reached via email <span style="color:#3fa7d7">info@email.com</span> or phone <span style="color:#3fa7d7">555.555.5555</span></p> Edited August 20, 2020 by Jeffrey Link to comment
tuanphan Posted August 21, 2020 Share Posted August 21, 2020 <p class="sqsrte-large"> We can be reached via email <span style="color:#3fa7d7 !important;">info@email.com</span> or phone <span style="color:#3fa7d7 !important;">555.555.5555</span></p> Jeffrey 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Jeffrey Posted August 21, 2020 Author Share Posted August 21, 2020 10 hours ago, tuanphan said: <p class="sqsrte-large"> We can be reached via email <span style="color:#3fa7d7 !important;">info@email.com</span> or phone <span style="color:#3fa7d7 !important;">555.555.5555</span></p> Still didn't work. Would it help if I made a style for it? Link to comment
tuanphan Posted August 21, 2020 Share Posted August 21, 2020 2 hours ago, Jeffrey said: Still didn't work. Would it help if I made a style for it? Try paste above code to Code Block Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Jeffrey Posted August 21, 2020 Author Share Posted August 21, 2020 16 minutes ago, tuanphan said: Try paste above code to Code Block The page is here, the text is just above the footer. Thanks for your help! https://www.plexishield.co/guide-for-schools Link to comment
tuanphan Posted August 22, 2020 Share Posted August 22, 2020 10 hours ago, Jeffrey said: The page is here, the text is just above the footer. Thanks for your help! https://www.plexishield.co/guide-for-schools I see the code here, has a tag, your above code doesn't a tag You can also add this to Home > design > Custom CSS /* Footer email color */ div#block-yui_3_17_2_1_1598039175859_20948 a { color: #3fa7d7; } Jeffrey 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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