User.css

pauline

Member
Hi Mark,

Seeing most editing should be done in user.css and I have an empty user.css in my admin area can I copy and paste the screen.css code into the user.css so I can edit there.
I have read here to never edit the screen.css. I can edit the background and header in the wrapper.html but I can't edit the menu colors in the wrapper.html it's way over my head.

Thanks Pauline
 

cajkan

Active Member
Hellop Pauline,

User.css is empty, but it has some rules:
Example: .center {text-align:center;}

Or you can find some empty rule like:
Example: .center { }

Now, you can add more codes, classes, ids, to your user.css, if you need more help we are here to help.
If you have live website preview, or add any screenshots, we can suggest you some ideas.

Kind Regards
 

pauline

Member
Hi All,

I got it worked out now, I just need to add the code I want to change to the user.css...eg navigation and menus etc and it's working.

Thank you cajkan.

Pauline
 
Last edited:
Top