Video news demo background color

Posted in: Newspaper
Post count: 32

Hi,

I want to modify the Video News demo in Newspaper Theme. My idea is to have all in black so I need to change two grey parts at the homepage to black (first part is under header menu and video slider, the other one is under a block) I am not able to find it in theme panel.

Screenshots: http://leteckaposta.cz/505912133

Maybe is better to add this two parts by myself to default theme and customize. Can you tell me some codes how to make this background color like it is on the screenshot? I add the page so you can see it http://www.shredder-magazine.com

Thanks!

Post count: 20688

Hi,

Unfortunately I can not view the screenshot – https://www.screencast.com/t/bYurLieO but I guess you want the slider and the Don’t miss block background to be black, you can do that using this code, enter it in Theme panel->Custom Css

.import_video_slider_bg, .import_dont_miss {
background-color: black;
}

Results here – https://www.screencast.com/t/mjtrR7fzeHPhttps://www.screencast.com/t/068iF3rVC

Thanks

Post count: 32

Yes, this is it! Thank you!

Just forget at “video playlist” there is a grey background too. Ups.

I tried add to the code “video playlist” but i didn’t work. I am poor coder))

.import_video_slider_bg, .import_dont_miss, .import_video_playlist {
background-color: black;
}

Post count: 20688

Hi,

If you want to have a black background in the playlist title try it like this

.import_video_slider_bg, .import_dont_miss, .td_video_playlist_title {
background-color: black;
}

Result – https://www.screencast.com/t/k5Av0uAMRkT

Thanks

Post count: 32

Thanks!

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