- Posts: 16
COMMUNITY FORUM
- Forum
- K2 Community Forum
- English K2 Community
- Help, please: Where can edit "save" and "cancel" buttons in frontpage edit window?
Help, please: Where can edit "save" and "cancel" buttons in frontpage edit window?
- Belén M.
-
Topic Author
- Offline
- New Member
Less
More
14 years 7 months ago #89761
by Belén M.
Help, please: Where can edit "save" and "cancel" buttons in frontpage edit window? was created by Belén M.
Hi, save and cancel buttons in my frontpage edit window look awfully wrong. I'd like to know where is the code to change the colour of the text, or the background's colour of this.I´m attaching an image so you can see clearly what i'm talking about.I'd appreciate any help...i've been looking for this for ages now!
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
14 years 7 months ago #89762
by Yiota
Replied by Yiota on topic Help, please: Where can edit "save" and "cancel" buttons in frontpage edit window?
I believe it inherits the background color of the body. You can see what class the body gets when you open the box and state another background color at your CSS file.
Please Log in or Create an account to join the conversation.
- Belén M.
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 16
14 years 7 months ago #89763
by Belén M.
Replied by Belén M. on topic Help, please: Where can edit "save" and "cancel" buttons in frontpage edit window?
Thank you so much for you reply! Unfortunately i can't change the css file's background colour, as it'd ruin my template :(
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
14 years 7 months ago #89764
by Yiota
Replied by Yiota on topic Help, please: Where can edit "save" and "cancel" buttons in frontpage edit window?
You can try this
body.contentpane {background:#fff;}
This won't mess with your site because ti has a specific class accompanying it.
body.contentpane {background:#fff;}
This won't mess with your site because ti has a specific class accompanying it.
Please Log in or Create an account to join the conversation.
- Belén M.
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 16
14 years 7 months ago #89765
by Belén M.
Replied by Belén M. on topic Help, please: Where can edit "save" and "cancel" buttons in frontpage edit window?
It didn't work... i think it's not loading a background colour but an image, the same one the template uses in the login and register forms, etc.
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
14 years 7 months ago #89766
by Yiota
Replied by Yiota on topic Help, please: Where can edit "save" and "cancel" buttons in frontpage edit window?
Try also this .k2Frontend tr td {background:#fff;}
Please Log in or Create an account to join the conversation.
- Belén M.
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 16
14 years 7 months ago #89767
by Belén M.
Replied by Belén M. on topic Help, please: Where can edit "save" and "cancel" buttons in frontpage edit window?
Excellent! it worked! thank you so much for your help!! :)
Please Log in or Create an account to join the conversation.
- Forum
- K2 Community Forum
- English K2 Community
- Help, please: Where can edit "save" and "cancel" buttons in frontpage edit window?