Okay I'm not sure if it's related or not, but I'm using SCSS instead of SASS on the theme, but in _config.scss I tried to comment out $visual-grid, even changed it's value to false but it doesn't make any changes.

everything else works just fine except this part, thanks.

Comments

lil.destro’s picture

The only thing I can think of is maybe the whole theme is no recompiling properly? Try pulling all the compiled CSS files out of the theme and recompiling fresh, It might be that one of the files is not compiling properly so it's just using the original config. I use SCSS so I've never converted basic to SCSS and don't know what if any problems can arise from the conversion.

doxigo’s picture

The files compile properly, because any other changes that I make to that file takes place, but not the $visual-grid

SteveK’s picture

Status: Active » Postponed (maintainer needs more info)

setting $visual-grid in _config.sass to false removes the visual grid. Can you please check to make sure you're not getting any compile errors?

doxigo’s picture

Yes there weren't any compile error at the time, the only thing that may have caused this I suppose must be using SCSS instead of SASS

joelpittet’s picture

Status: Postponed (maintainer needs more info) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

gbr’s picture

I have the same issue.
The visual grid will not stop showing, if i change it to false or comment it out in the _config.sass.

Does anybody has a solution or a workaround?