Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Need help on how to change background color in Antimatter theme
· 10 years ago
Okay I just tested it myself. The normal css was overwriting the custom css. I tried it with this snipped on a fresh GRAV installation and it worked. #body { background-color: #000000; } body #sb-si
-
Need help on how to change background color in Antimatter theme
· 10 years ago
I put #sb-site { background: #000000; } in the custom.css but it changes nothing.
-
Need help on how to change background color in Antimatter theme
· 10 years ago
I think overwriting the background of '#sb-site' should create your expected result #sb-site { background: #000000; } ---
-
Need help on how to change background color in Antimatter theme
· 10 years ago
Thanks. It kinda works. There is a white line below my blog post like these. Image 002 Image 003 What should I do?
-
Need help on how to change background color in Antimatter theme
· 10 years ago
You need to add some custom CSS. Create a custom.css file in user/themes/antimatter/css. Antimatter will load it automatically if found. #body { background-color: black; }
-
Need help on how to change background color in Antimatter theme
· 10 years ago
Hello I am new to Grav. So far I like it better than WordPress and I use it as replacement of Evernote. I like the simplicity of Antimatter, however I would like to know on how to change the backgroun
-
Need help on how to change font color in Antimatter theme
· 10 years ago
Thank you!
-
Need help on how to change font color in Antimatter theme
· 10 years ago
The step is the same as for the background, you just need to use color instead of background-color.
-
Need help on how to change font color in Antimatter theme
· 10 years ago
I have a dark background in my Antimatter theme. I want to make my font to be brighter, perhaps I change it to white color. How can I do that?
-
Blog Summary on Modular Page
· 10 years ago
Great, fantastic works perfectly, thank you!