-
AuthorPosts
-
latino07 Friend
latino07
- Join date:
- September 2011
- Posts:
- 52
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
December 20, 2011 at 2:04 am #171968hi:
How I could make top-social background transparent?
TIA
🙂
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
December 20, 2011 at 10:36 am #430502Hello Tia,
Please edit the template.css file in templates/ja_kranos/css folder and find
.top-social {
text-align: right;
padding: 0 10px 0 0;
}Replace it with the following code to have white background and some space above and below the social icons..
.top-social {
text-align: right;
padding: 5px 10px 5px 0;
background: white;
}Now there must be some black space above and below this white area containing social icons. To remove it find the following in the same css
#ja-header .main {
padding: 5px 0;
background: #111;
}Replace it with the following to have the styling exactly as shown in the attached screenshot
#ja-header .main {
padding: 0;
background: #111;
}
simpsonix Friendsimpsonix
- Join date:
- July 2009
- Posts:
- 52
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 27
- Thanked:
- 1 times in 1 posts
May 12, 2012 at 4:57 pm #452793but that solution only makes the background white. how can I make it transparent, so that I can see the slideshow image?
thanks, simpsonixswissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
simpsonix Friendsimpsonix
- Join date:
- July 2009
- Posts:
- 52
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 27
- Thanked:
- 1 times in 1 posts
May 12, 2012 at 5:26 pm #452800thanks a lot! that worked!
<em>@swissa 319379 wrote:</em><blockquote>in the places mentioned try changing
background:white; to background:none; and change
background: #111 to background:none;and see if that works!</blockquote>
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 4 voices, and was last updated by simpsonix 12 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
top-social background transparent
Viewing 5 posts - 1 through 5 (of 5 total)