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
User avatar
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:
Code: Select all
button,
.button,
.readon,
.button-border,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  border: none!important;
  background: #color_value!important;
}
User avatar
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! :D
User avatar
Expert Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.