Add colour to Header in Youtube Video block

Posted in: Newspaper
Post count: 2

Hi, I am looking to add the color code #ff533d to the header of the youtube video block (playlist). I noticed on the demo (fitness template) the wording Latest Vlogs is set into a background color purple / pink.

I have tried setting background color and border color, but nothing seemed to change.

Also is there a away to add a Title to the big blocks ? As is Watch More, Latest Arctiles

Thanks in advance

Post count: 20685

Hi,

There is no setting in the theme for this, but you can add this code(with the color you want) in the Theme Panel->Custom Css

.td_video_playlist_title {
background-color: #ff533d;
}

The result is like this – http://screencast.com/t/S4aPdjNmE3RU

As there is no way to set a title for a Big Grid in it’s settings, in order to achieve this open your page in the Visual Composer and add a Raw Html – http://screencast.com/t/3tI3IOavQM3O in the same row with your Big Grid(above it) – http://screencast.com/t/DezI2TgTnBfL.
Then in the Raw HTML edit section, General tab – http://screencast.com/t/GJPbPeQkL add this code

<h4 class="block-title" style="border-color: #e29c04;"><span style="margin-right: 0px;background-color: #e29c04;">Latest Articles</span></h4>

This is the result – http://screencast.com/t/3g5c0UJlR (Enter what you want instead of Latest Articles, and choose whatever colors you want for the border and the background)

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.