Full colour background of widgets

Posted in: Newspaper
Post count: 50

Hi How to put the background is completely colored in widgets area.
Like this
http://s4.postimg.org/qio0fz73h/wigets.png

THX 😉

Post count: 23312

Hi zlato,

You can change the background-color within Wp panel->Appearance->Widgets area, like this: http://screencast.com/t/1ynBBLuCm7uv . You should change manually the background-color to all of widgets you use.

The result you should see here: http://screencast.com/t/hMn9LlZUk

Thank you!

Post count: 50

Hi Catalin

Thx but i need this ( full colour of tite )
http://s18.postimg.org/j8r9ui6sp/2015_11_30_1119.png

Thx

Zlato

Post count: 23312

Hello zlato,

To achieve what you want, it is necessary to increase the width of the title container of widget and target separately. Below, I gave you an example for a random widget, like this: http://screencast.com/t/vDIR5JMs9Mp .
Please try the code below and place it in Theme panel->Custom Css area, like this: http://screencast.com/t/1ieMJYpb3F

.td_block_id_486417986 .block-title span {
width: 100%;
}

Hope this helps and let us know how it goes!

Thank you for message!

Post count: 50

Catalin, no go 🙁

still the same

Post count: 23312

Hello zlato,

Please make sure that you have selected the correct block_id before place it in your code. Above, I gave you an example to how to achieve this. These block ID are different and because of this do not work. If you fail to solve this, please provide your URL site so I can inspect it closer and solve this.

Thank you!

Post count: 50

Hi i put this :

.td_uid_47_5660625d52889 .block-title span {
width: 100%;
}

but no luck

https://duhovnost.eu

  • This reply was modified 10 years by zlato.
Post count: 23312

Hello zlato,

I’ve checked your site and I saw your Widgets on the right side. I have inspected this and below I gave you a bit of Css. Please try this code and place it Theme panel->Custom Css area like this: http://screencast.com/t/3dmZTAW3Bz0 Now, all your right widgets background is completely colored.

.td-main-sidebar .block-title span {
width: 100%;
}
.wpb_widgetised_column .block-title span {
width: 100%;
}

The result you should see here: http://screencast.com/t/8Mq8ZVKOe

If is not what you want, please provide more details about this problem.

Hope this helps and let us know how it goes!

Thank you for message!

Post count: 50

Hi Catalin, It Works :). Thx

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