Hi

I hate to ask this but Adaptive Theme's documentation website has been down for several days now and I've never worked with this theme. I'm trying to change Erpal's background and various theme colors to better match our current branding but I can't seem to figure out how.

I know this is a nob question but I've been pulling my hair out since Thurs trying to figure it out.

Any help is very much appreciated!!!

Comments

bechtold’s picture

Hi,
how are you trying to achieve this? Are you working with css? Are you using our compass files?
I hope you didn't pull your hair out trying to find out how to do this in the backend. Because this is currently not possible.

I guess a good thing to still be able to update in the future would be to create an extra css file containing your changes.
This file would just override the css of the theme. Just make sure the file is loaded after all of the other css files.

Then its just a matter of css, e.g.:
body{
background-color: black;
background-image: none;
}

I hope this helps.

Cheers
bechtold

manuelBS’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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