tranduyhung / grav-theme-big-picture

Big Picture theme is a port of Big Picture by HTML5 UP for Grav CMS
MIT License
15 stars 12 forks source link

Customizations : box transparency and padding #32

Closed papageno75 closed 2 years ago

papageno75 commented 2 years ago

Hi,

First of all, thx a lot for your work. Big-Picture works great and is elegant and simple, exactly what I'm looking for.

I would like to customize the box color/transparency and some padding. I tried to modify _box.scss located in /assets/scss/components without any success. I also tried main.css in /assets/css.

I would be grateful if you could help me to achieve these customization.

Sorry if my question seems ridiculous, web-designing is completely new for me.

Thx for your help !

tranduyhung commented 2 years ago

After editing the SCSS file you need to compile assets/sass/main.scss to assets/css/main.css. You can learn more about SASS at https://sass-lang.com/guide.