Tagged: x
-
AuthorPosts
-
December 10, 2016 at 12:22 am #1288154
senvasParticipantI would like to change the color of the phone number link in my top bar that appears on mobile view, so that it stands out better. Right now it blends with the background and is hard to see.
The same goes for the 3-bar menu icon on mobile view. How do I change the colors of these elements? Thanks!
Here is url:
http://www.staging.stlukeorthodox.com/December 10, 2016 at 12:27 am #1288157
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
.x-btn-navbar.collapsed,.x-btn-navbar.collapsed:hover { color: red; } @media (max-width:767px){p.p-info span { color: red !important; } }Hope that helps.
December 10, 2016 at 10:49 am #1288386
senvasParticipantNo, that changed everything in the topbar BUT the phone number. The phone number in mobile becomes a link – I need to change THAT to red, not the rest of the text. Please advise, thanks!
December 10, 2016 at 11:03 am #1288396
ThaiModeratorHi There,
Please add the following CSS instead:
a[href^="tel"]{ color: red; text-decoration:none; }Hope it helps 🙂
December 10, 2016 at 11:07 am #1288397
senvasParticipantNevermind, I figured out how to do it thanks!
December 10, 2016 at 11:16 am #1288399
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1288154 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
