Prosilver Dark Edition

Colour style not changing to grey? - Prosilver Dark Edition

Colour style not changing to grey?

by FiftyTifty » Tue Jun 27, 2023 12:48 pm

First time doing any website stuff, so forgive me if this is a dumb mistake.

I've installed phpBB, and added the Prosilver Dark Edition style. Everything is working fine, except the colour scheme is staying blue despite changing it to grey.

I've followed the instructions, and made sure to edit overall_header.html and change the colour line so it becomes:

Code: Select all

<!-- EVENT overall_header_head_append -->

{$STYLESHEETS}
<link href="{T_THEME_PATH}/colours/grey.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">

<!-- EVENT overall_header_stylesheets_after -->
Here's the layout of the server's files. I've double checked and grey.css exists:

Image

And here's the link to the forum: https://fiftytifty.net/forum

I can't figure out why it's still staying blue. I've cleared the cookies, tried Microsoft Edge instead of Firefox, and they both show the forum still with the blue theme.
FiftyTifty
Registered User
Posts: 3
Joined: Tue Jun 27, 2023 12:39 pm

Re: Colour style not changing to grey?

by Gumboots » Sun Jul 23, 2023 8:47 am

It's not set as your default style, and I can't change it as a guest by using the usual index.php?style=** trick, so my guess is you have it stuck on the other style in admin or something.

However, if you want people to be able to diagnose this you had better allow them to select the style in question when they rock up at your link. Bit pointless otherwise. :)
🇺🇦 Слава Україні! 🇺🇦 Героям слава! 🇺🇦
User avatar
Gumboots
Registered User
Posts: 848
Joined: Fri Oct 11, 2019 1:59 am

Re: Colour style not changing to grey?

by FiftyTifty » Tue Aug 29, 2023 5:28 pm

Gumboots wrote:It's not set as your default style, and I can't change it as a guest by using the usual index.php?style=** trick, so my guess is you have it stuck on the other style in admin or something.

However, if you want people to be able to diagnose this you had better allow them to select the style in question when they rock up at your link. Bit pointless otherwise. :)
Sorry for the late reply. A few days after I made the post, I went and just picked another theme that had the colours I'm after by default.
FiftyTifty
Registered User
Posts: 3
Joined: Tue Jun 27, 2023 12:39 pm