hi, I have the colorway theme and love it but I have a problem. I don't like the green color and don't know how to change it.
also I want to have a slider where the home top image is.
I would appreciate if someone could help me :)
hi, I have the colorway theme and love it but I have a problem. I don't like the green color and don't know how to change it.
also I want to have a slider where the home top image is.
I would appreciate if someone could help me :)
found out how to change the color scheme of colorway :)
http://www.exemple.com/wp-content/themes/colorway/css/green.css
than go to theme options in appearance and go to custom css(styling options) then type in what you want to change fx:
a:hover {
color:#2B4908;
}
change to(and remember to write !important after the color html):
a:hover {
color:#F5D0A9 !important;
}
I recomend this site whenn changing color in your site:
http://html-color-codes.info/#Html_Color_Chart
You must log in to post.