Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1179167

    I have added some social media icons on the header next to the menu but I can’t see them unless I scroll over them. How can I make them so that I see them all the time without scolling?

    #1179424

    Hey devynspirit,

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

    .main_menu .social_bookmarks a:before {
      color: #000;
    }

    Best regards,
    Rikard

    #1180071

    Ok, this worked perfectly on my destop version but on the mobile version I can’t see them at all.
    Also, I see the both the logo and the header image which are the same, can I get rid of the logo on the mobile site only?

    #1180301

    Hi devynspirit,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @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: block;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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