Tagged: 

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1156050

    Hi,
    1) how can we add and fix the social media icons for mobile version of our website on the top right side in the Header? Now we have it only in desktop version.
    2) how can we save the color of each social icons? We need to have color icons all the time, not only when we put the cursor on it.

    Thank you for your help.

    #1156147

    Hey VipProduction,

    Please enable right click so we can inspect the code.

    Best regards,
    Jordan Shannon

    #1156165

    Hi, thank you for your reply! Now we enable right click.

    #1156185

    Hi,

    Add this to quick css:

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

    Best regards,
    Jordan Shannon

    #1156200

    Thank you. What we need to do to make our social bookmarks colorful for mobile version?
    Now we use for desktop version this code:

    #top #wrap_all .av-social-link-facebook a {
    background-color: #37589b;color:#fff
    }

    #1156206

    And we don’t understand how to fix the mobile menu (when you scroll it up, not down) Is it possible? You have it before, but after updating the theme we don’t have it… Thank you very much for your help.

    #1156210

    Hi,

    Add this to quick css:

    .social_bookmarks_facebook a{
    color:#fff!important;
    background:#37589b!important;
    }
    
    .social_bookmarks_instagram  a{
    color:#fff!important;
    background:brown!important;
    }
    
    .social_bookmarks_whatsapp a{
    color:#fff!important;
    background:green!important;
    }

    Best regards,
    Jordan Shannon

    #1156372

    Hello, thank you for your reply.
    How can we change the view of social icons in mobile version? We need to make them like this: https://prnt.sc/pwbpp9

    Thank you!

    #1156555

    Hi,

    Is this for the footer?

    Best regards,
    Jordan Shannon

    #1156558

    Hi, we need it for the Header. Thank you.

    #1157282

    Hi VipProduction,

    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:989px){
        .responsive #top #header_meta .social_bookmarks li a {
            border-radius: 18px;
        }
        .responsive #top #header_meta .social_bookmarks li {
            border: none;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1157659

    Thank you very much! The last question is how to delete this vertical black line (pls. see private content).

    #1157865

    Hi,
    Thank you for the screenshot, although it looks a little different than your site, the screenshot looks like a round “Whatsapp”
    Please see the screenshot in Private Content area.
    So typically these lines are right borders which can be removed, but in this case it looks like a “printed” text “pipe” symbol, which you should be able to remove from the Enfold Theme Options > Header > Extra Elements > Phone Number or small info text field, please see source code in screenshot in Private Content area.
    Please try this, if I’m looking at the wrong element please clarify, otherwise Please include an admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    #1243734

    I’m having the same issue, trying to remove the lines between the extra element. The site uses a phone number, and 2 social icons. I would like to remove the lines between those and also bet nee those extra elements and the navigation below.

    #1243738

    Hi,
    Thanks for the link to your site, to remove the horizontal border between the social icons, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top .social_bookmarks li {
        border-right-style: none !important;
        border-right-width: 0px !important;
    }

    To remove the extra elements bottom border, please try this css:

    #top .av_header_transparency #header_meta {
        border-bottom: 0px none transparent !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1243741

    PERFECT! Thank you.

    #1243762

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Social media icons’ is closed to new replies.