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 ??
Can i change the sticky font or background colour - IDLaunch Fresh
-
- Registered User
- Posts: 21
- Joined: Mon Oct 31, 2016 3:57 am
Re: Can i change the sticky font or background colour
In the folder:
At the bottom of the style sheet, add the line that you added into Prosilver,
Example:
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.
-
- Registered User
- Posts: 379
- Joined: Tue Jan 16, 2018 6:17 am
Re: Can i change the sticky font or background colour
Thank you for your answer.Dan Stylez wrote:In the folder:IDLaunch_Fresh/theme
openstylesheet.css
At the bottom of the style sheet, add the line that you added into Prosilver,
Example:Code: Select all
.row.sticky { background: pink; }
But I tested it unsuccessfully.
I added it line into stylesheet.css at ID_Launch_Fresh/theme
And restart the system.
-
- Registered User
- Posts: 21
- Joined: Mon Oct 31, 2016 3:57 am
Re: Can i change the sticky font or background colour
You must add this changes onlichang422 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 ??
IDLaunch_Fresh/theme/stylesheet.css
file and purge cache on ACP.All unsolicited PMs will be ignored.
Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
phpBB Spain - Online Since 2003
Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
phpBB Spain - Online Since 2003
-
- 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
Thank you helps of everyone.
I got it.
I got it.
-
- Registered User
- Posts: 21
- Joined: Mon Oct 31, 2016 3:57 am