Share buttons + copyright color

Hello,

first of all thank you for the beautiful theme. I’ve customized it via the edit css. There are 2 things I can’t get done. Perhaps you can help me out here.

I want to delete the social icons near the blogs. See attachment.

And I changed a lot of colors in the css, but the copyright footer doesn’t seem to change. I want to change the text into white in stead of the #888.

I hope someone can help me out here.

Regards,
Carlien

Hi,

In order to delete the social icons near the blogs go in kiwi plugin and mak the proper settings-see attached

Use this code for copyright footer:


.col-sm-3 span{
  color:#fff;
}

Thanks,

Cristian