how to change tab color?

Posted in: Newspaper
Post count: 30

how to change tab color?

I want change tab color,
black color ->> blue color.

View post on imgur.com

  • This topic was modified 10 years by res.
Post count: 23312

Hello res,

I suppose that you are referring to the box block title. Please notice that the code depends on what kind of block you are using in the theme. You have to change the background color of this box. For more accurate code, please provide a link so I can inspect it closer.

Thanks.

Post count: 30

This is not made in VC.

I know change tab color of made in VC.

But,
This is made in appearance > widget > Recent Posts.

View post on imgur.com

Currently, I using default demo.

How to change tab color(appearance > widget > Recent Posts)?

Post count: 23312

Hello

If you want to change the color of this box, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Cusotom CSS area.

The code is ->

.widget_recent_entries .block-title span{
background-color:red;
}
.widget_recent_entries .block-title{
border-bottom: 2px solid red;
}

The result -> http://screencast.com/t/XvrNU8bE60CB

Thank you for the message!

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