-
AuthorPosts
-
February 17, 2015 at 3:41 am #203858
I have successfully changed the background for my site, however I would like it to be stationary when scrolling down. Please help.
Thanks.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 17, 2015 at 9:11 am #559723Hi to make Fix the background please add these properties
background-repeat: no-repeat; background-attachment: fixed;
Inside the code where you changed the BG css .
It will be like thisbody {
background: url(http://covertinitiative.com/images/usethisone.jpg) no-repeat center top #000
background-repeat: no-repeat;
background-attachment: fixed;
color: #444
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
line-height: 20px;
margin: 0;
padding-top: 30px;
}
Hope it helps
1 user says Thank You to Pankaj Sharma for this useful post
February 17, 2015 at 3:29 pm #559759Thank you so much! Was very easy. Thank you for responding so fast! I have one more question. I would like to change the colors of the user names (they are colored depending on what permissions they have on the forums/site). For example, an administrator is orange, a moderator is blue… I want to customize those colors. Please help.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 18, 2015 at 12:54 am #559822Can you explain a bit more where you want to chNge color of username , are you talking about JA forum ?
February 18, 2015 at 1:04 am #559825I am using Kunena forum, and at the bottom there is a color key for each member, administrators are orange, moderators are blue, users are brown, etc… I want the change the default colors for each.
see attached for example
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 18, 2015 at 4:37 am #559834Hi Go to /templates/ja_mitius/css/template.css/custom.css
If there is no custom.css file then created it .
Add this code
#Kunena .kwho-admin { color: #000!Important}
#Kunena .kwho-globalmoderator { color: #c00 !Important; }
#Kunena .kwho-moderator { color: #29429d !Important; }
#Kunena .kwho-banned { color: #999!Important }
#Kunena .kwho-user { color: #b88b30!Important }
#Kunena .kwho-guest { color: #29739d!Important }
Change the color codes with color that you want to apply .
February 18, 2015 at 4:59 am #559838Thanks for the replay, but I did exactly that and still no changes.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 18, 2015 at 5:04 am #559839<em>@tacsmart 459159 wrote:</em><blockquote>Thanks for the replay, but I did exactly that and still no changes.</blockquote>
Hi As i can see the code is working fine . and your new color is working .
Please clear your Browser cache and check . >>> http://prntscr.com/66kft71 user says Thank You to Pankaj Sharma for this useful post
February 18, 2015 at 3:21 pm #559906Thanks for the help! It just took a while to show on my end. I have one more question.
The font on the tabs and headers recently changed by itself, I would like to change it back to the original font style. I can’t find where to do that. I may be blind. Attached is an example.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 18, 2015 at 3:43 pm #559913Hi
sorry for different problem please open a new thread .
I will help you there.
ThanksAuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 2 voices, and was last updated by Pankaj Sharma 9 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum