Page 1 of 1

Changing Background Color

Posted: Fri Sep 23, 2022 3:13 pm
by Grunt
I'm wanting to change the main background color defined in styles.css under body, but that css file is located outside of the themes folder. Is there a way to have a custom background color with a custom template?

Re: Changing Background Color

Posted: Fri Sep 23, 2022 3:54 pm
by Thorsten
Hi,

you have to checkout the source code from https://github.com/thorsten/phpMyFAQ/tree/3.1, change the things you want to change in the SCSS files and recompile the CSS files.

bye
Thorsten

Re: Changing Background Color

Posted: Fri Sep 23, 2022 5:28 pm
by Grunt
Wow....I have no idea how to do that, lol. In the meantime, I've been hacking it together by specifying styles in the header of the pages...definitely a lot more burdensome though....

Re: Changing Background Color

Posted: Sat Sep 24, 2022 9:23 am
by Thorsten
Hi,

v3.2 is currently in the works with the switch to Bootstrap v5 and Theming should be much simpler then.

bye
Thorsten

Re: Changing Background Color

Posted: Sun Sep 25, 2022 3:49 am
by Grunt
Thorsten wrote: Sat Sep 24, 2022 9:23 am Hi,

v3.2 is currently in the works with the switch to Bootstrap v5 and Theming should be much simpler then.

bye
Thorsten
That is fantastic! Any idea on a release date for 3.2?

Re: Changing Background Color

Posted: Sun Sep 25, 2022 10:46 am
by Thorsten
Hi,

no, as we're getting rid of jQuery as well we have to rewrite large parts of our JavaScript based code base.

bye
Thorsten