Few Customisation Problems

Hi guys

Thanks so much for a great support forum. Searching through posts, I’ve been able to adjust the colour of the buttons, the hover text colour from the buttons and also the menu hover text colour. The last one I’m having some trouble with is updating hover text colour for submenus. Would you be able to tell me which CSS code I should be using?

I’m also trying to put social media icons in the footer. I previously was using your shapely theme and was able to do this, but can’t work it out now. I’m using Facebook, Instagram, Youtube, Sound Cloud and Twitter - any way I can add those icons in, which will be clickable?

Thanks!

Hi @claireianson

Use this css code for hover on submenu:

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li a:hover}
color:#ff;
}

To add social media buttons to the footer go to Appearance>Customize>Widgets>Footer side bar 1, 2, or 3, where do you want to put theme and then select a text widget and insert a html social media code.

Thank you,

Cristian