Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1150292

    Hi there,

    I have search in support and tried some things I found in threads, but nothing has worked yet. I want to make the text in the top bar…the phone number and email link and social icons, bigger. They are really small.

    Also, we would like to make it so the social icons continue to show as social icons even on tablets and devices. Right now they disappear.

    Can you point me to the right setting or CSS?

    You will find the site URL in private content.

    #1150297

    Hey Dandelion222,

    Add this to quick css:

    .phone-info,
    .noLightbox.social_bookmarks.icon_count_4{
    font-size:20px!important;
    } 
    
    @media only screen and (max-width: 479px){
    .responsive #top #wrap_all #header .social_bookmarks{
        display: block!important;
    }}
    
    @media only screen and (max-width: 989px) and (min-width: 768px){
    .responsive.html_mobile_menu_tablet #top #header #header_meta .social_bookmarks {
        display: block;
    }}

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.