Replacing/Editing URLs and image in CSSS Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    Replacing/Editing URLs and image in CSSS

    avatar
    xxxTristamxxx
    Forumember


    Posts : 32
    Reputation : 0
    Language : English

    In progress Replacing/Editing URLs and image in CSSS

    Post by xxxTristamxxx February 5th 2015, 3:23 am

    Technical Details


    Forum version : PunBB
    Position : Founder
    Concerned browser(s) : Internet Explorer
    Who the problem concerns : Yourself
    Forum link :

    Description of problem

    Want to replace the below URL with my own image url. This is in CSS...how about do I go about doing that when I don't have access the below server? I do have my own server so creating link is no problem but I need to upload the new image and replace the old url with the new one? I guess is how do I edit the CSS.

    background-image: url('https://i.servimg.com/u/f10/14/50/74/75/9txcdu26.png');
    background-position: top;
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1443
    Reputation : 220
    Language : English

    In progress Re: Replacing/Editing URLs and image in CSSS

    Post by SarkZKalie February 5th 2015, 9:52 am

    Could you pls provide your forum url? Twisted Evil



    Replacing/Editing URLs and image in CSSS Sarkzk10
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Replacing/Editing URLs and image in CSSS

    Post by Ange Tuteur February 5th 2015, 10:46 am

    Hi !

    Replace https://i.servimg.com/u/f10/14/50/74/75/9txcdu26.png by your own image URL.

    You can upload a new image via Administration Panel > Display > pics management > advanced > general

    Click this button :
    Replacing/Editing URLs and image in CSSS Captu109
    avatar
    xxxTristamxxx
    Forumember


    Posts : 32
    Reputation : 0
    Language : English

    In progress Re: Replacing/Editing URLs and image in CSSS

    Post by xxxTristamxxx February 7th 2015, 5:17 pm

    I found no image in that area to replace when I added a new template.  Anyways, I want into the CSS code and replace the url with my own and it works fine.

    Quick question.....I want to replace the background colour of the profile when members posts.  Right now it is yellow and I want to make it white to the match the posting background colour.  Where is this located in the CSS code to replace the colours.  Thanks
    avatar
    Fierce Star
    Forumember


    Male Posts : 110
    Reputation : 17
    Language : English
    Location : United States

    In progress Re: Replacing/Editing URLs and image in CSSS

    Post by Fierce Star February 7th 2015, 5:59 pm

    Try adding this to your CSS (ACP -> Display -> Colors -> CSS Stylesheet):
    Code:
    .pun .topic {
        background-color: #FFFFFF;
    }
    just change #FFFFFF to your preferred background color.
    avatar
    xxxTristamxxx
    Forumember


    Posts : 32
    Reputation : 0
    Language : English

    In progress Re: Replacing/Editing URLs and image in CSSS

    Post by xxxTristamxxx February 7th 2015, 6:04 pm

    Thanks.   If wanted to have images on the left side of the forum and one on the right side of the forum where would I add these.  Thanks