+ Reply to Thread
Results 1 to 4 of 4

Thread: Change teaser img type

  1. #1

    Change teaser img type

    Hello.
    I want to Change teaser img type from .gif to something else .Can I

    Thank you in advance
    MandAcyads
    CarMarketCy.com

  2. #2
    Senior Member
    Join Date
    May 2013
    Posts
    185
    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);
    }
    Last edited by Kemoid Wilson; February 2, 2014 at 03:57 AM.

  3. #3
    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
    MandAcyads
    CarMarketCy.com

  4. #4
    Senior Member
    Join Date
    May 2013
    Posts
    185
    You are welcome

+ Reply to Thread