Widget Siderbar Header Template change

Posted in: Newspaper
Post count: 58

Hi Guys,
I have on my site a widget in the sidebar and its showing the header differently then my rest of the page / theme or header template. I tried to see if i can change it but i could not find any option. would you be able to help me set the correct header template for my widget in the side bar.

[Screenshots]: https://imgur.com/cYcCUJ8

Post count: 35449

Hi,

If that is a sidebar widget, then you need to use the settings from theme panel -> https://i.imgur.com/3VjsSMp.png

Thank you!

Post count: 58

Thanks, It works. How to change the color of the Header. I searched around but couldn’t change. it shows a grey line which is barely visible next to subscribe to blog of my site [techpress.net]

Post count: 35449

Hi,

That can be change only with custom css -> https://i.imgur.com/HOugbay.png
.vc_widget_sidebar .td_block_template_8 .td-block-title > *:after {
background-color: #642ac1;
}

This code need to be set in theme panel> custom code> custom css.

Hope it will help you!

Post count: 58

Didn’t work:( https://imgur.com/IInyyEx
I have applied the code but its still grey color.

Post count: 35449

Hi,

Please replace the code with this one

.td-pb-span4 .td_block_template_8 .td-block-title > *:after {
background-color: red;
}

Hope this will work!

Post count: 58

Sorry its still grey i updated the code with your one.

[screenshot] https://imgur.com/5Jy66qJ

Post count: 35449

Hi,

The code was no longer working because you’ve made some changes to your homepage, please try now -> https://i.imgur.com/j56EO6S.png
.td_block_template_8 .td-block-title > *:before, .td_block_template_8 .td-block-title > *:after { background-color: red;
}

Hope this will work.

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.