Home Forums Pro Themes University Hub Pro Social menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #53862
    Kostka
    Participant

    greetings. please i created a menu “Social menu” and added my facebook url therein. I also checked my social menu check box….everything is working fine except that in my top menu, the social icon colour blended with the top menu background which is white making it to be hidden. though it comes out normal in my footer. Is there any way to change the colour of the social icon in the top menu without affecting the background of the top menu? my Website Url is: http://www.staugustineseminary.org/sasco

    #53930
    wensolutions
    Keymaster

    Hello @kostka,

    To resolve the color blend issue, you can add in the following Custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    #header-social .university_hub_widget_social ul li a:hover::before {
        color: #1e73be;
    }
    
    #header-social .university_hub_widget_social ul li a::before {
        color: #660000;
    }

    This Will change the icon colors for the social menu, making it visible on the white header.

    Hope this helps,

    Best Regards !!

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