Widget Background Code

Posted in: Newspaper
Post count: 2

Hello

I wanted to use “Widgetised Sidebar” because it makes thinks easier for me.

But, now, on the widgets title, I have the same background color (Blue).

How do I change the background color on the widgets?

Thanks a lot

Post count: 2

http://prntscr.com/9xv8rl

Talking about this

Post count: 23312

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!

Post count: 4

Hi,

The Widgetised sidebar TITLE setting is not being formatted as the other title elements of the page layout.

Title problem

The Block title “teste” should be formatted as the “CALENDÁRIO” title…

How can I fix it?
Thanks!

Post count: 22421

Hello,
Please provide a link to your website so we can inspect this sidebar and see why the css is not applying to it.
Thank you!

Post count: 4

Hi guys,

The website is: http://canalvemcorrendo.com.br/wp

Here is a better description of the issue: ErrorDescription

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!

Post count: 22421

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!

Post count: 4

Thanks! It works!

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