Hello daran,
If you want to change the background-color of this element, please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.wpb_widgetised_column .block-title > span {
background-color: red
}
.wpb_widgetised_column .block-title {
border-color:red
}
The result you should see here -> http://screencast.com/t/U2teMRQ4WvjV
Hope this helps!
Thank you for the message!
Hi guys,
The website is: http://canalvemcorrendo.com.br/wp
Here is a better description of the issue:
As you can see, the Widgetised sidebar’s Title is not correctly formatted at the webpage. Other elements’ titles are correctly displayed (check out the Social Counter).
So, how can I make the Widgetised sidebar’s title identical to all the other website elements’ titles?
Thanks!
Hello,
I have checked into this issue and it truly seems that the widgetized sidebar title does not get the theme css style. You can however create a workaround for it if you add a raw html element above the widgetized sidebar (and remove the widget title) and enter this code in it:
<h4 class="block-title">
<span>My Title</span>
</h4>
It should look like so: http://screencast.com/t/FE3UepgVl1
And now your title should get the styling as it should.
I will add this issue on our bug list and we will fix it in a future version of the theme.
Thank you!
