New Landing How can we help? Themeforest Theme Support Dante A little bit of help needed for 2 sites I am working on Reply To: A little bit of help needed for 2 sites I am working on

#44583
arib
Member
Post count: 43

You need to learn something like
Chrome/Inspect element
http://www.youtube.com/watch?v=cnWL2d9bGPk
Firefox/Inspect element

Took about 30 seconds to answer your 1st question and make them red, with Chrome/Inspect element
ul.social-icons li:not(.sf-love) a i {
display: block;
height: 100%;
position: relative;
top: 0%;
transition: top 0.35s;
width: 100%;
margin-bottom: 31px;
color: #F00;
}