Editing default slide

Posted in: Newspaper
Post count: 1

Hi, I am using default slide on http://www.ictinpractice.com , how can I change the background colour of this slide.

Regards,

Yasemin

Post count: 6600

Hi,

You can change it via CSS, just add this custom CSS:

.td_block_slide .item {
background-color: aqua !important;
}

..in Theme Panel > Custom CSS.

Here I have change on your site, simply replace the color with your own: http://screencast.com/t/thHEAxC5Auqe

Also if you want you can use this CSS to stretch the images to fill the whole container.

.iosSlider .entry-thumb {
width: 100%;
}

..like this: http://screencast.com/t/MeSeSF1Z

Hope this helps!

Thanks

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