• Hello,

    I would like to change the color of the footer where the widgets are posted. The footer color in styling options doesn’t change the color and it is white.

    Which file in the child theme do i need to add or change?

    website: http://robinhoodpt.com/

    Robin

Viewing 4 replies - 1 through 4 (of 4 total)
  • I tried changing it using the theme options panel so to change the color of the footer background you need to edit the id footer_bottom of the style.css file at line 690 and change the background-color to wnatever hex value you want.

    and for the widget section in the footer you have to add background-color to the id #footer-widgets at line 688 in the file style.css

    Thread Starter Robin Hood

    (@robinhoo3)

    Ty that worked, but now the titles of those widgets are black and i can’t see them well, how to change that?

    Ok to change the color of the titles open the same style.css file and add on line number 1055 in the class .widget > h3 add color:#whateverhexvalue you want and that would be done. 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Change widget footer color’ is closed to new replies.