Footer widgets content styling Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › Footer widgets content styling Tagged: contact form, font colour, footer styling This topic has 2 replies, 2 voices, and was last updated 8 years, 6 months ago by Veena. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts March 8, 2015 at 9:33 am #12690 March 8, 2015 at 9:34 am #12691 bullaccMember This reply has been marked as private. March 9, 2015 at 7:26 am #12710 VeenaModerator You can use the following custom CSS in themeoptions – #mo-contact-info-widget-2 { color: #fff; } #footer .contact-form .text-input, #footer .contact-form textarea { background: #fff; border-color: #fff; color: #cdcdcd; } For the icons its background image(url(‘images/icons/widget-sprite.png’) actually so we can’t change it using custom CSS, you need to change that in image itself – .contact-info .street1, .contact-info .email, .contact-info .phone, .contact-info .fax { background-image: url('images/icons/widget-sprite.png'); background-repeat: no-repeat; } Author Posts Viewing 3 posts - 1 through 3 (of 3 total) The forum ‘Appdev Theme Support’ is closed to new topics and replies.