Can anybody help me to change prosilver color?

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
Post Reply
nguyenthanhkinh
Registered User
Posts: 35
Joined: Thu Jan 04, 2018 1:37 pm

Can anybody help me to change prosilver color?

Post by nguyenthanhkinh »

Hi everybody!
I am a beginner. I am using proshilver skin and i want to resize this border or change it's color. I have tried many ways as: edit colour.css, common.css. But i haven't seen any change!!
Hope friends help me. You may see the photo that i uploaded.
Thank's a lot!
Attachments
1.jpg
User avatar
janus_zonstraal
Registered User
Posts: 6418
Joined: Sat Aug 30, 2014 1:30 pm

Re: Can anybody help me to change prosilver color?

Post by janus_zonstraal »

viewtopic.php?f=591&t=2413816

or and change https://www.yourboard.com/styles/prosil ... olours.css
Lines

Code: Select all

.forabg {
	background-color: #02AC3F;
	background-image: -webkit-linear-gradient(top, #02AC3F 0%, #0AC34C 2px, #09D253 92px, #1ECD65 100%);
	background-image: linear-gradient(to bottom, #02AC3F 0%,#0AC34C 2px,#09D253 92px,#1ECD65 100%);
	background-repeat: repeat-x;
}
Sorry! My English is bat ;) !!!
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: Can anybody help me to change prosilver color?

Post by david63 »

nguyenthanhkinh wrote: Thu Jan 04, 2018 1:47 pm But i haven't seen any change!!
Remember that when you make any style changes that you have to purge the cache in order to see the effect of the changes.
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
nguyenthanhkinh
Registered User
Posts: 35
Joined: Thu Jan 04, 2018 1:37 pm

Re: Can anybody help me to change prosilver color?

Post by nguyenthanhkinh »

janus_zonstraal wrote: Thu Jan 04, 2018 2:07 pm viewtopic.php?f=591&t=2413816

or and change https://www.yourboard.com/styles/prosil ... olours.css
Lines

Code: Select all

.forabg {
	background-color: #02AC3F;
	background-image: -webkit-linear-gradient(top, #02AC3F 0%, #0AC34C 2px, #09D253 92px, #1ECD65 100%);
	background-image: linear-gradient(to bottom, #02AC3F 0%,#0AC34C 2px,#09D253 92px,#1ECD65 100%);
	background-repeat: repeat-x;
}
Thank's a lot!!
HappySailor
Registered User
Posts: 4
Joined: Fri Jan 05, 2018 6:24 pm

Re: Can anybody help me to change prosilver color?

Post by HappySailor »

If you want to make simple css changes, you have a great built-in tool in firefox that helps a lot. Just open your site, right click on your mouse and choose 'Inspect Element'. This tool allows you to see the css code of elements on your page.
Post Reply

Return to “[3.2.x] Styles Support & Discussion”