• Resolved 71gazza

    (@71gazza)


    HI,
    I have 2 questions about the footer section.

    1) can anyone help me with custom css to make possible to have different colours for the hover with each social icon.

    2) If you edit and change the address details and comment out any unwanted social icons, how can you lock these changes, as iam i right in thinking any theme update will reset this to the default theme settings?

    Any help much appreciated.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    1. Can you tell me which color do you want for those icons and I’ll provide you with the code?

    2. No, only changes you make to the theme files will go away after theme updates. Customizer settings will survive all sort of updates. 🙂

    Regards,
    Hardeep

    Thread Starter 71gazza

    (@71gazza)

    Hi Hardeep,

    Thanks for getting back to me.
    I would like the following hover colours on my social icons:

    facebook to be dark blue, twitter pale blue, linkedin and behance mid blue, & dribble red

    Many thanks

    Hi,

    You can use the following CSS for that:

    .fa-facebook:hover {
        color: #045589;
    }
    
    .fa-twitter:hover {
        color: #85D9E0;
    }
    
    .fa-linkedin:hover,
    .fa-dribbble:hover {
        color: #0000F8;
    }
    
    .fa-dribbble:hover {
        color: #FC6D6D;
    }

    Regards,
    Hardeep

    Thread Starter 71gazza

    (@71gazza)

    many thanks

    Thread Starter 71gazza

    (@71gazza)

    Resolved

    Madalin

    (@madalin_themeisle)

    Hi,

    We are glad that you are satisfied. Thank you for choosing our products.

    Best regards,

    Madalin

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Footer Questions’ is closed to new replies.