IDLaunch Fresh

Can i change the sticky font or background colour - IDLaunch Fresh

Can i change the sticky font or background colour

by lichang422 » Wed May 23, 2018 4:05 pm

I find the data which can change at PROSILVER style.
I change it at prosilver theme in colour.css
it works successfully.
How could i change at IDLaunch_fresh theme.
Should i copy colour.css file to IDLaunch theme ??
lichang422
Registered User
Posts: 21
Joined: Mon Oct 31, 2016 3:57 am

Re: Can i change the sticky font or background colour

by DTMWC » Fri May 25, 2018 3:51 pm

In the folder: IDLaunch_Fresh/theme open stylesheet.css

At the bottom of the style sheet, add the line that you added into Prosilver,

Example:

Code: Select all

.row.sticky {
	background: pink;
}
Boom.
User avatar
DTMWC
Registered User
Posts: 379
Joined: Tue Jan 16, 2018 6:17 am

Re: Can i change the sticky font or background colour

by lichang422 » Sat May 26, 2018 2:59 pm

Dan Stylez wrote:In the folder: IDLaunch_Fresh/theme open stylesheet.css

At the bottom of the style sheet, add the line that you added into Prosilver,

Example:

Code: Select all

.row.sticky {
	background: pink;
}
Thank you for your answer.
But I tested it unsuccessfully.

I added it line into stylesheet.css at ID_Launch_Fresh/theme
And restart the system.
lichang422
Registered User
Posts: 21
Joined: Mon Oct 31, 2016 3:57 am

Re: Can i change the sticky font or background colour

by Raul [ThE KuKa] » Sat May 26, 2018 5:41 pm

lichang422 wrote:I find the data which can change at PROSILVER style.
I change it at prosilver theme in colour.css
it works successfully.
How could i change at IDLaunch_fresh theme.
Should i copy colour.css file to IDLaunch theme ??
You must add this changes on IDLaunch_Fresh/theme/stylesheet.css file and purge cache on ACP.
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11137
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo

Re: Can i change the sticky font or background colour

by lichang422 » Tue May 29, 2018 8:51 am

Thank you helps of everyone.
I got it.
lichang422
Registered User
Posts: 21
Joined: Mon Oct 31, 2016 3:57 am