PDA

View Full Version : Change teaser img type



Marina Charalampous
February 2, 2014, 01:30 AM
Hello.
I want to Change teaser img type from .gif to something else .Can I

Thank you in advance

Kemoid Wilson
February 2, 2014, 03:55 AM
If you don't already know how to change the image type you can use photoshop are search the web for any other software. Just ensure that you edit the code in your common.css file to fit the format your new image is in.

Around line 416
div#teaser_bg {
background: url('../img/teaser.gif') no-repeat scroll left top transparent;
height: 269px;
clear: both;
border-radius: 8px;
box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.35);
}

Marina Charalampous
February 2, 2014, 04:12 AM
Thank you very much. That I wanted was to find where is the specification of the image for the teaser in custom.css!

Thank you very much

Kemoid Wilson
February 2, 2014, 04:39 AM
You are welcome