https://www.phpbb.com/customise/db/style/latte
Test ADD signature, div.rules, p.post-notice
_custom.scss | sass-compiler-for-phpBB (EXT)
Code: Select all
.signature {
border-top-color: #6B532B;
padding-top: 0.6em;
color: #91570C;
}
div.rules, p.post-notice {
background-color: #D4D0C8;
border-bottom: 2px solid #CC0000;
color: #492E13;
}
Artys Extension *)Sass Compiler for phpBB is still available on his site:
https://www.artodia.com/threads/sass-co ... -3-1.2186/
This extension also works under phpBB-System-Version 3.3.0 and here with PHP 7.3.18 (at this moment) without problems.
Example:
Changes to the CSS are entered only in the _custom.scss. Or just edited there and uploaded to the server again.
As soon as there are changes, you will be shown this in the ACP and you can use the *)compile theme action. Thus your changes in the stylesheet are recorded (automatically) on the correct place in the stylesheet.css in addition.
Usage: :
Note: If you deleted your entries in _custom.scss and uploaded the origin again, you would have restored the standard theme fully automatically after used the *)compile theme action.
However, this only works if you have not changed the original stylesheet.css or if you have any knowledge of how to proceed differently. This is just a brief piece of information that I would be happy to give you to help you decide what to do.
It is possible to examine a website if something is being searched for (usually browser tools with (F12)).
Speaking of: Purge the cache > ACP / General
and / or
Purge the cache: It can always be useful - ACP, FTP (and browser caches if the page is called up again after a change (ctrl / F5 or browser-specific)).
You can read about the advantages of Sass here:
https://sass-lang.com/documentation
Best regards