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
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!
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]
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!
Didn’t work:( https://imgur.com/IInyyEx
I have applied the code but its still grey color.
-
This reply was modified 5 years by
jatin_makhija.
Sorry its still grey i updated the code with your one.
[screenshot] https://imgur.com/5Jy66qJ
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.