Change colors of styles from the picker
Writer, blogging theme for writers and authors | Support forum.
- GK User
- Mon Mar 30, 2015 12:05 pm
Hi!
The styles of colors the Theme's color picker are printed in index.php
I want to make several changes to this styles.
For example, I want to eliminate the edge of the buttons and add a background color to the buttons.
From where I can do that, to keep it running color picker?
Thanks
The styles of colors the Theme's color picker are printed in index.php
I want to make several changes to this styles.
For example, I want to eliminate the edge of the buttons and add a background color to the buttons.
From where I can do that, to keep it running color picker?
Thanks
-
- Expert Boarder
- GK User
- Mon Mar 30, 2015 4:01 pm
Hi,
All styles generated from color picker may be found in Writer/theme-customizer.php file but it won't be easy to edit these rules, maybe it will be easier to override these rules.
i.e. for the buttons add this css code:
All styles generated from color picker may be found in Writer/theme-customizer.php file but it won't be easy to edit these rules, maybe it will be easier to override these rules.
i.e. for the buttons add this css code:
- Code: Select all
button,
.button,
.readon,
.button-border,
input[type="submit"],
input[type="button"],
input[type="reset"] {
border: none!important;
background: #color_value!important;
}
-
- Moderator
- GK User
- Mon Mar 30, 2015 8:39 pm
Hi!
I've modified the theme-customizer.php file without any problem.
Thank you very much!
I've modified the theme-customizer.php file without any problem.
Thank you very much!
-
- Expert Boarder
3 posts
• Page 1 of 1