Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #982027
    mathijs84
    Participant

    Hi 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

    #982135
    Paul R
    Moderator

    Hi,

    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

    #982193
    mathijs84
    Participant

    changed it, but that didn’t fix it!!

    #982349
    Thai
    Moderator

    Please 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 🙂

    #982354
    mathijs84
    Participant

    ALmost!!

    Now the text of the phonenumber isn’t white

    #982450
    Joao
    Moderator

    Hi There,

    Please add the following code to your Appereance / Customizer / CSS

    
    .hide-on-mobile {
    
    color: white !important;
    
    }

    Hope that helps,

    Joao

  • <script> jQuery(function($){ $("#no-reply-982027 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>