Block Title (background color)

Posted in: Newsmag
Post count: 42

Hi, how can i set color of background for block title like in picture block title

Thank You

Post count: 23312

Hello ebhelloworld28,

If you want to make these changes at your Block Title, you should use a bt of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area

.block-title{
width:96%;
}
.block-title > span {
width:100%;
}

The result is here -> https://www.screencast.com/t/l3MCYtYbbB

Also, please notice that code work as properly if you will not use the Ajax Filter for your Blocks.

Thanks for the message!

Post count: 42

Hi Catalln,

But i don’t like to make also for Block Title of side bars… hope u understand what I mean. Thank You! 🙂 http://oi64.tinypic.com/34r6jx1.jpg

Post count: 23312

Hello ebhelloworld28,

Try the code below ->

.td-pb-span8 .block-title{
width:96%;
}
.td-pb-span8 .block-title > span {
width:100%;
}

Thanks for the message!

Post count: 9

Please,

How can I do to set a different color in it. Grey for exemple.

Thanks

Post count: 23312

Hello Cilene,

Provide your website so I can take a closer look at it.

Thanks for the message!

Post count: 9

Good Morning Catalin,

Background Color

And I want to change like this one.

http://katia.agramuntstudio.com/wp-content/uploads/2017/05/background-color2.png

Thanks a lot!

Post count: 23312

Hello Cilene,

If you want to do this, you should use a bit of CSS code. Try the code below and place it in Theme panel->Cusotm CSS area.

The code is ->

body .block-title span{
background-color:green!important;
color:white!important;
}

This is a general code which can influence your entire website. For more information about how you can create your custom CSS rule using the web inspector browser you should check here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for your understanding!

Post count: 9

Thank you

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