Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1417870

    How can I not show phone number with yellow backing on mobile sites. It affects home page in a bad way.
    I think it is the number in the header widget
    thanks,
    Buddy

    #1417889

    Hey Buddy,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #text-5 {
      display: none;
    }
    }

    Best regards,
    Rikard

    #1417946

    I don’t know if it the cache but I have cleared several times and yellow phone number keeps showing and something I have done has changed main menu color to white so menu not showing up.
    Help!
    thanks
    “Buddy

    #1417968

    Hi,
    I was not able to clear your cache so I added this css to your WordPress ▸ Customize ▸ Additional CSS to hide the yellow phone number on mobile and to add some padding to the #main container so the top text is not behind your sticky mobile header.

    @media only screen and (max-width: 500px) {
    .responsive #top #header #header_main .inner-container #text-5.widget {
      display: none;
    }
    .html_header_sticky #top #wrap_all #main {
        padding-top: 165px !important;
    }
    }

    I also added this css to make your menu items not white:

    .header_color .main_menu ul:first-child > li > a,
    .header_color .main_menu .menu ul li a {
    	color: #000;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1418028

    Mike, Thank you so much, page looks so much better. I hate to ask but could you make the phone number with the yellow backing smaller. I made it too large and now cannot get it to change size. Also I have messed up mobile menu and it is not showing. I promise not to bother you anymore if you will fix those two things for me.
    thanks,
    Buddy

    #1418050

    Hi,

    Please try this CSS as well:

    #text-5 p {
      font-size: 14px; 
    }

    Best regards,
    Rikard

    #1418068

    Tried
    #text-5 p {
    font-size: 14px;
    }
    but did not work
    Would you also please check mobile menu and see if you can get it to show up.
    Thanks so much,
    Buddy

    #1418099

    All working great now thanks to you all. Had to flush security cache and evereything was just right.
    thanks again for the great help.
    Buddy

    #1418126

    Hi,

    Glad to know that this has been resolved. Please let us know us should you have any further questions.

    Have a nice day.

    Best regards,
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Omit phone number with yellow backing from showing on mobile sites.’ is closed to new replies.