ickehier
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [WP Bootstrap Starter] Child Theme Preset StyleExplaining it all step for step would be too long for me, sorry. Besides, I’m not a pro at it. You definately should read up on it. LESS is great! You could say it is a pre-compiled CSS enabling you to do many changes by just one line.
What I did is to combine and compile the free Bootswatch Theme SCSS (this template uses them) and Bootstrap SCSS into one CSS file.
So basically what you need is:
- SASS/LESS compiler (there are many, also as extensions for different IDEs)
- Bootstrap Source files
- Bootswatch Theme Source files
Forum: Themes and Templates
In reply to: [WP Bootstrap Starter] Child Theme Preset StyleActually, I managed to put them together myself with official Bootstrap and the Simplex theme scss from Bootswatch.
Forum: Themes and Templates
In reply to: [WP Bootstrap Starter] Child Theme Preset StyleThanks for your answer.
Are there SASS or LESS versions of those files available?
Forum: Themes and Templates
In reply to: [WP Bootstrap Starter] Customize changes lostI think this is the normal behavior for any kind of theme.
There is a nice plugin for initializing child themes called “Child Theme Generator”.
There is an option to copy those previosly made customizations. After setting up the child theme you can delete the plugin.