Tagged: header widget
-
AuthorPosts
-
September 2, 2023 at 1:46 pm #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,
BuddySeptember 2, 2023 at 6:18 pm #1417889Hey 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,
RikardSeptember 3, 2023 at 2:13 pm #1417946I 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
“BuddySeptember 3, 2023 at 7:53 pm #1417968Hi,
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,
MikeSeptember 4, 2023 at 1:20 pm #1418028Mike, 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,
BuddySeptember 4, 2023 at 3:43 pm #1418050Hi,
Please try this CSS as well:
#text-5 p { font-size: 14px; }
Best regards,
RikardSeptember 4, 2023 at 4:13 pm #1418068Tried
#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,
BuddySeptember 4, 2023 at 6:45 pm #1418099All working great now thanks to you all. Had to flush security cache and evereything was just right.
thanks again for the great help.
BuddySeptember 5, 2023 at 8:35 am #1418126 -
AuthorPosts
- The topic ‘Omit phone number with yellow backing from showing on mobile sites.’ is closed to new replies.