Skip to content
Grav 2.0 is officially stable. Read the announcement →

Chris Moody Newcomer

@designplaybox.tech · Joined 5 years ago · 7 posts · 1 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Bootstrap4 Theme Question · 5 years ago

    Hi Joe, I tried that, but seems the Bootstrap theme didn't support it. So basically making my own 'child' theme so it looks how I want it to look.

  • Bootstrap4 Theme Question · 5 years ago

    Thanks, I stopped those lines from causing issues with my site, and moved the CSS to where it should be, and made it so the block line now reads: {% do assets.add(‘theme://css/strange.css’, 99) %}

  • Bootstrap4 Theme Question · 5 years ago

    Thanks Pamtbaau, I'll have to look at those lines. Currently this is my CSS loading block: {% block stylesheets %} {% do assets.add('theme://css/font-awesome.min.css', 99) %} {% do assets.add('/user

  • Bootstrap4 Theme Question · 5 years ago

    So I'm working on a Grav based site at thestrange.show, it now has an a theme that is inherited from the Bootstrap 4 theme. I want the whole background to be black, but it keeps putting purple on it.

  • Bootstrap4 Theme Question · 5 years ago

    OK, that makes sense, like a child theme for WordPress. Wanting to change the background color, and other items. So I guess I have to make a theme inheritance.

  • Bootstrap4 Theme Question · 5 years ago

    At first I was trying to only manipulate the md file, however I suppose I am actually going to need to modify files in the themes/bootstrap4/partials/ to get what I want.

  • Bootstrap4 Theme Question · 5 years ago

    HI all, I'm rather new to Grav, however I like to think I'm familiar with BootStrap. Is there a file I can modify that will allow me to control background-color, background-image and the like? Thank