Is it possible to get rid of the header 'social items' from the footer of the webpage? Also is it possible to change the footer colour? Thanks
Hello, To remove social icons, Just add any widget in the second footer widget area. To change footer color Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer-wrapper { background-color: YOUR COLOR VALUE; } .footer { background: YOUR COLOR VALUE; } Thanks & Regards Nitesh Raghuwanshi
Great thank you for your help. Can you tell me, is it possible to change the header colour too? And is it possible to change the colour of the font, only on the header?
Hello, 1.In BlackBird Theme it is not possible to change the header color only, if you try to change its color, it will change the color of whole body, If you want to do so, then Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .bgimagecolor { background-color: YOUR COLOR CODE; } 2. Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header-info { color: white; }