-
AuthorPosts
-
sanjiovani Friend
sanjiovani
- Join date:
- September 2006
- Posts:
- 217
- Downloads:
- 0
- Uploads:
- 32
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
September 7, 2011 at 7:49 am #168255how 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
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 7, 2011 at 7:55 am #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 Friendsanjiovani
- Join date:
- September 2006
- Posts:
- 217
- Downloads:
- 0
- Uploads:
- 32
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
September 7, 2011 at 8:12 am #411159thanks but change the line to what ? I would it to have the background pattern / color
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 7, 2011 at 9:59 am #411174Could you give me a snapshot with your annotation?
pritam Friendpritam
- Join date:
- April 2011
- Posts:
- 609
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 11
- Thanked:
- 125 times in 113 posts
September 7, 2011 at 10:08 am #411179Hello 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;
}AuthorPostsViewing 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
change background for login image
Viewing 5 posts - 1 through 5 (of 5 total)