Editing 'Greek Yoghurt'
Permalink
Can anyone advise how to change the pale blue background colour for the Greek Yoghurt theme. I assume it will be in the CSS file but cannot find it.
Many Thanks
Many Thanks
Typography css file line 4
You should be able to change colors right from the dashboard by selecting Themes - Greek Y and clicking the edit button. Otherwise, if you're looking to do more permanent changes, I believe the background colors for this theme are in the Typography CSS
(remember to copy the theme up a level so your mods don't get overwritten when you do upgrades)
(remember to copy the theme up a level so your mods don't get overwritten when you do upgrades)
Rather than edit the css file, you can use c5 theme customisation to adjust the background, or add a bit of css to override the existing css.
Dashboard->Themes->(select theme)->Customize
You can also use my Style Quickie block to do similar stuff with LESS. On my own c5magic site (http://www.c5magic.co.uk ) I used it to apply a gradient background (and more).
http://www.concrete5.org/marketplace/addons/style-quickie/...
Dashboard->Themes->(select theme)->Customize
You can also use my Style Quickie block to do similar stuff with LESS. On my own c5magic site (http://www.c5magic.co.uk ) I used it to apply a gradient background (and more).
@medium: #5B83AD; @lighter: @medium + #333; body,html{ background-color:none; .gradientBar(@lighter, @medium); }
http://www.concrete5.org/marketplace/addons/style-quickie/...
Thanks for that, never thought of looking there, thought it would be in one of the CSS. I had wanted to apply a graduated background any way so you answer is ideal. Many Thanks