Tagged: x
-
AuthorPosts
-
May 9, 2016 at 5:58 am #982027
mathijs84ParticipantHi guys,
I am cleaning up some code on http://www.bouwbedrijfheemskerk.nl. For the text in topbar i changed the HTML.
I had <font size> and </font> in it but i learned i better used P style.
So i changed it, but now my header got to big and there is to much space. The P STyle does it i think.
Here is the code
<p style= "font-size:3; color:white;"<A HREF="mailto:info@bouwbedrijfheemskerk.nl">info@bouwbedrijfheemskerk.nl </A> <br> <span class="hide-on-mobile"> Tel: 023-5849706</span><span class="show-on-mobile"> <br> Tel:<a href="tel:+3123-5849706" > <b>023-5849706</b></a></span>
see attached files with wrong and correct screenshots
May 9, 2016 at 7:34 am #982135
Paul RModeratorHi,
Please change your code to this.
<p style= "font-size:16px; color:white;display:inline-block;"><a href="mailto:info@bouwbedrijfheemskerk.nl">info@bouwbedrijfheemskerk.nl </a> </p> <span class="hide-on-mobile"> Tel: 023-5849706</span><span class="show-on-mobile"> <br> Tel:<a href="tel:+3123-5849706" > <b>023-5849706</b></a></span>Thanks
May 9, 2016 at 8:06 am #982193
mathijs84Participantchanged it, but that didn’t fix it!!
May 9, 2016 at 9:36 am #982349
ThaiModeratorPlease try with this HTML:
<span style= "font-size:16px; color:white;display:inline-block;"> <a href="mailto:info@bouwbedrijfheemskerk.nl">info@bouwbedrijfheemskerk.nl </a> </span> <span class="hide-on-mobile"> Tel: 023-5849706</span><span class="show-on-mobile"> <br> Tel:<a href="tel:+3123-5849706" > <b>023-5849706</b></a></span>Hope it helps 🙂
May 9, 2016 at 9:39 am #982354
mathijs84ParticipantALmost!!
Now the text of the phonenumber isn’t white
May 9, 2016 at 10:35 am #982450
JoaoModeratorHi There,
Please add the following code to your Appereance / Customizer / CSS
.hide-on-mobile { color: white !important; }Hope that helps,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-982027 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
