Tagged: x
-
AuthorPosts
-
January 5, 2017 at 3:44 pm #1317888
minyonaParticipantI would like the phone number wrapped in a p tag and made bold and larger. Help?
January 5, 2017 at 3:45 pm #1317889
minyonaParticipantThis reply has been marked as private.January 5, 2017 at 7:27 pm #1318187
NicoModeratorHi There,
Thanks for writing in.
.x-topbar .p-info a{ font-size: 20px; font-weight: bold; }Change the numbers and the CSS to achieve the best result you want.
Hope it helps.
Let us know how it goes.
Thanks.
January 5, 2017 at 8:38 pm #1318308
minyonaParticipantIt works when in customizer, but not when exiting: https://cl.ly/3a0V400Q3O1C
January 6, 2017 at 12:32 am #1318457
Paul RModeratorHi,
You forgot to close your @media code.
Please change this
/*nav break point*/ @media only screen and (max-width: 1185px) { .x-nav-wrap.desktop { display: none; } .x-btn-navbar { display: block; margin: 20px auto 20px; width: 50px; } .x-nav-wrap.mobile.in { display: block !important; } /*topbar styling phone*/ .x-topbar .p-info a { font-size: 16px; font-weight: bold; }to this
/*nav break point*/ @media only screen and (max-width: 1185px) { .x-nav-wrap.desktop { display: none; } .x-btn-navbar { display: block; margin: 20px auto 20px; width: 50px; } .x-nav-wrap.mobile.in { display: block !important; } } /* <- you missed this bracket */ /* topbar styling phone */ .x-topbar .p-info a { font-size: 16px; font-weight: bold; }Hope that helps.
January 6, 2017 at 9:46 am #1318919
minyonaParticipantThank you =)
January 6, 2017 at 10:47 am #1319016
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1317888 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
