Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1164069

    Social profiles are not seen in Small bar above Main Menu on mobile. I have transparent header and it works fine on the wide screens. On mobile there should be social profiles on white on #9c8891-background without borders.

    #1164080

    Hey,

    Please delete following custom CSS codes

    @media only screen and (max-width: 479px){
    .responsive #top #wrap_all #header .social_bookmarks, .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
        display: none;
    }}
    @media only screen and (max-width: 767px){
    .responsive #top #header .social_bookmarks {
        display: none;
    }}

    and add following code

    .responsive #top #header_meta .social_bookmarks li a {
        color: white;
        background: #9c8891;
    }

    Best regards,
    Yigit

    #1164091

    Where is the custom CSS code, which I should delete? It is not in Theme Options Quick CSS.

    #1164095

    Hi,

    If it is not in Quick CSS field, could you please try going to Enfold theme options > Performance and disable “CSS file merging and compression”, save theme options and flush cache and then enable it again?

    If that does not help, please create temporary admin logins here privately so we can look into it :)

    Best regards,
    Yigit

    #1164106
    This reply has been marked as private.
    #1164124
    This reply has been marked as private.
    #1164294

    Hi,

    Thanks for that. I added this to your Quick CSS and the social icons are displaying on mobile now:

    @media only screen and (max-width: 767px) {
    .responsive #top #header .social_bookmarks {
        display: block;
    }
    }

    Best regards,
    Rikard

    #1165189

    Icons are not displaying on mobile – at least not in Honor phone… This did not help.

    #1165295

    Hi tammiviestinta,

    We have added this css code in your Quick CSS:

    @media only screen and (max-width: 479px) {
      .responsive #top #wrap_all #header .social_bookmarks {
        display: block !important;
      }
    }

    Please try to clear your browser cache and check again.

    Best regards,
    Nikko

    #1165332

    Now it works! Thank you again for help!

    #1165376

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Editing social profiles in small bar above main menu on mobile’ is closed to new replies.