widget title background color

Posted in: Newsmag
Post count: 3

Hi all, please, I try to change the black color of the backgroud title in the widget with: .sidebar-widget-title {background:#006600;} but not works. please, could you tell me how write in the aditional CSS of the theme to change the color of this widget title? thanks very much. https://www.revistaiberica.com/destinos-para-tu-luna-de-miel/ last version of wordpress
I mean the widget that NOT own to theme. I try also with
.widget .widget-title, .widget .widgettitle { background-color: #006600; }
but nothing also.
thanks very much

Post count: 23312

Hi,

Use the code below and place it in Theme panel -> Custom CSS area.

.widget_text .block-title > a, .block-title > span{
background-color:#006600;
}

The result is here -> https://www.screencast.com/t/dwtfRO7NY

Thank you!

Post count: 3

thanks you¡

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.