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.

Replacing/Editing URLs and image in CSSS

4 posters

Go down

In progress Replacing/Editing URLs and image in CSSS

Post by xxxTristamxxx 5/2/2015, 05:23

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;
avatar
xxxTristamxxx
Forumember

Posts : 32
Reputation : 0
Language : English

Back to top Go down

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

Post by SarkZKalie 5/2/2015, 11:52

Could you pls provide your forum url? Twisted Evil


Replacing/Editing URLs and image in CSSS Sarkzk10
SarkZKalie
SarkZKalie
Support Moderator
Support Moderator

Male Posts : 1418
Reputation : 220
Language : English

https://rotavn.forumotion.com/

Back to top Go down

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

Post by Ange Tuteur 5/2/2015, 12:46

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
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

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

Post by xxxTristamxxx 7/2/2015, 19:17

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
xxxTristamxxx
Forumember

Posts : 32
Reputation : 0
Language : English

Back to top Go down

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

Post by Fierce Star 7/2/2015, 19:59

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
Fierce Star
Forumember

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

http://inactivesite.onlyhelpwithothersnow.com

Back to top Go down

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

Post by xxxTristamxxx 7/2/2015, 20:04

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
avatar
xxxTristamxxx
Forumember

Posts : 32
Reputation : 0
Language : English

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum