Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • sanjiovani Friend
    #168255

    how do i do i change the background image (ditry brown) to a clear background for the sign up button from

    http://www.ilovefilm.me/index.php/contact-us-page


    1. Contact-us-page_1315381239920
    khoand Friend
    #411157

    <em>@sanjiovani 265837 wrote:</em><blockquote>how do i do i change the background image (ditry brown) to a clear background for the sign up button from

    http://www.ilovefilm.me/index.php/contact-us-page

    </blockquote>
    Hi,
    You change this code from /templates/ja_ironis/core/themes/pink/css/template.css in the line #133

    #ja-top .buy-your-tickets a {
    background: #88865B; < change this line
    }

    sanjiovani Friend
    #411159

    thanks but change the line to what ? I would it to have the background pattern / color

    khoand Friend
    #411174

    Could you give me a snapshot with your annotation?

    pritam Friend
    #411179

    Hello sanjiovani ,

    To change background for login image

    Find this code at /templates/ja_ironis/core/themes/pink/css/template.css line no. 133

    #ja-top .buy-your-tickets a {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: #88865B;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    }

    change this code to :-

    #ja-top .buy-your-tickets a {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: #444444; /* change backgroung color as per requirement */
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    }

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  pritam 13 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum