Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • tacsmart Friend
    #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 Moderator
    #559723

    Hi 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 this

    body {
    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

    tacsmart Friend
    #559759

    Thank 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 Moderator
    #559822

    Can you explain a bit more where you want to chNge color of username , are you talking about JA forum ?

    tacsmart Friend
    #559825

    I 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


    1. Capture
    Pankaj Sharma Moderator
    #559834

    Hi 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 .

    tacsmart Friend
    #559838

    Thanks for the replay, but I did exactly that and still no changes.

    Pankaj Sharma Moderator
    #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/66kft7

    tacsmart Friend
    #559906

    Thanks 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.


    1. Capture
    Pankaj Sharma Moderator
    #559913

    Hi
    sorry for different problem please open a new thread .
    I will help you there.
    Thanks

Viewing 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, 8 months ago.

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