Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #598440

    how can i make the facebook social icon in the footer blue(facebook) and red(youtube) by default? not only on mouse over?

    and how can i reduce the high of this color secetion to: 50px? http://imgur.com/ACkrbXw

    how can i make the footer fonts bigger and black color? http://imgur.com/5Jl4N21

    #598444

    And how can i disable (hide) this color section on mobile devices by default? thank you, i love enfold and the great support theme :)

    View post on imgur.com

    View post on imgur.com

    #598629

    Can you help me here?

    #599023

    Hey!

    To have the color of the social icons always being displayed:

    .av-social-link-facebook a {
        color: #fff;
        background-color: #37589b !important;
    }
    
    .av-social-link-youtube a {
        color: #fff;
        background-color: #a72b1d !important;
    }

    To change the footer font-size and color. Adjust the font-size as you wish:

    .copyright {
        color: black;
        font-size: 25px;
    }
    
    .sub_menu_socket .avia-menu-text {
        color: black;
        font-size: 20px;
    }

    To hide the color section on mobile:

    @media only screen and (max-width: 768px){
    #av_section_11 {
        display: none;
    }}

    Let me know if I skipped over anything or if you need further help.

    Cheers!
    Jordan

    #599105
    .av-social-link-facebook a {
        color: #fff;
        background-color: #37589b !important;
    }
    
    .av-social-link-youtube a {
        color: #fff;
        background-color: #a72b1d !important;
    }

    Thank you how can i get the “f” and yotube logo inside the circle icons WHITE ? not gray. at the moment they only white on mouse over. how can i get this look by default?

    #599108

    how can i get a blank space between the logos here: 4px for example? http://imgur.com/d6mtBX7

    #599110

    How can i reduce the high of this color section to 50px and bring the color section down to the footer socket?

    View post on imgur.com

    #599140

    Hey!

    Add !important after the line color: #fff so the code should look like this: color: #fff !important;. Add that to the Facebook and Youtube code I gave earlier.

    Try the following codes for your other requests:

    .social_bookmarks li {
        margin-left: 4px !important;
    }

    Set the height of the color section in the Advanced Layout editor and remove the padding. If you are still having issues, please provide me with login credentials.

    Cheers!
    Jordan

    #599152

    all clear. thank you.

    but the color section do not work. padding 0, high 50px in avia layout builder!

    can you help me with the code for a custom css class for the color section?

    #599302

    Hi!

    Could you provide login details to the site to have a closer look. Custom CSS doesn’t seem to be changing anything either.

    Best regards,
    Jordan

    #600297

    Here Jordan :)

    #601313

    Hi!

    It does seem to be working fine on my end. Have you figured it out already? :)

    Cheers!
    Yigit

    #601839

    YES. Thank you Yigit. CLOSED.

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘how can i make the facebook social icon blue by default? not only on mouse over?’ is closed to new replies.