Code: Select all
.navbar.secondary {
color: #ef4a43;
display: none; /* added to remove secondary navbar */
}
Feel free to submit the update to CDB.cabot wrote: ↑Tue Feb 27, 2024 12:11 pm I've updated the Black style to 3.3.11.
Black 3.3.11
The Black Red style, also in 3.3.11, is inherited from Black and requires it to be installed.
Black Red 3.3.11
Topic on my board
I added you as a co-author in the original contribution.
https://www.phpbb.com/customise/db/styl ... ia_helion/
Thanks!
I haven't had the time to get into the project yet. Stay tuned to this topic, I'll let you know when it's done.CyrusG wrote: ↑Sat Mar 09, 2024 5:57 pm https://www.phpbb.com/customise/db/styl ... ia_helion/
Curious question about this theme. Is it something you are working on or will this have to wait?
Did you know that you can easily change the colours of the Basic style?
_custom_config.html
file and recompiling the style with the SCSS Compiler extension, you'll have the Basic style with Helion colours:
Code: Select all
$primary-color: #2372bb;
$secondary-color: #bc2a2a;