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.cabot wrote: Sat Mar 09, 2024 11:04 am Would it be possible to merge it with the original contribution, rather than creating a new one dedicated to version >= 3.3.11?
Or maybe just add me as an occasional contributor, which would allow me to send a new revision?
https://www.phpbb.com/customise/db/styl ... ia_helion/cabot wrote: Sat Mar 09, 2024 11:04 am Would it be possible to merge it with the original contribution, rather than creating a new one dedicated to version >= 3.3.11?
Or maybe just add me as an occasional contributor, which would allow me to send a new revision?
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?CyrusG wrote: Sun Mar 10, 2024 12:24 pm I like the layout itself and wish the theme would be a bit like Basic. Keep the colors and make the theme a little more responsive.
_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;