• Resolved archampion

    (@archampion)


    Can we have the colour picker for social icon on the side and footer to be separated?
    By default, both are of different colours. But when I changed the colour, both use the same colour and it doesn’t look very nice.

    Can you add another colour picker option for the footer?

Viewing 1 replies (of 1 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    I can unfortunately not add another option for that, but if you override the styling options for the footer for example, you can separate them with some additional CSS.

    
    #footer-bottom .social-links a { color: #444!important; }
    #footer-bottom .social-links a:hover { color: #333!important; }
    

    And then set the sidebar icon colors to what you set in admin.

Viewing 1 replies (of 1 total)
  • The topic ‘Suggestion: Colour picker for Social icon on the side and footer to be separated’ is closed to new replies.