Hello, I'm trying to add a hover colour to the instagram icon in the middle footer but can't seem to get it right. The hover colour is #f30acf. Also I would like the social icons centred.
Hello Tracy Barlow, # hover instagram and centered Pass to the style.css file and add some css in line 9604: .icon_social_comingsoon ul li a i.fa.fa-instagram: hover { background: # f30acf; border color: # f30acf; } ._icon_social_comingsoon ul { width: 400px; text-align: center; margin-top: 30px; } .icon_social_comingsoon ul li { width: auto; float: none; display: inline-block; } Thank you!
Hello, I'm trying to add a hover colour to the instagram icon in the middle footer but can't seem to get it right. The hover colour is #f30acf. Also I would like the social icons centred.
Thanks
Tracy
Hello Tracy Barlow,
# hover instagram and centered
Pass to the style.css file and add some css in line 9604:
.icon_social_comingsoon ul li a i.fa.fa-instagram: hover {
background: # f30acf;
border color: # f30acf;
}
._icon_social_comingsoon ul {
width: 400px;
text-align: center;
margin-top: 30px;
}
.icon_social_comingsoon ul li {
width: auto;
float: none;
display: inline-block;
}
Thank you!
Best regards,
Charmy - ThemeFTC technical expert