color not seen like I choose
-
I choose in Customization the color for buttons and links: #ffcc00 but it is showing slightly diffrent color… more darker… how can I fix it to show exactly the color I want?
The blog I need help with is: (visible only to logged in users)
-
I had to use this css code… but it seems that in the phone the menu button is a little bit off… difrrent color…
Is there an other simple way to make the color seen as I choose in Customization with out using css for every button?
/*form button square*/
.post-6 button,
input[type=”submit”] {
font-family: ‘Open Sans Hebrew’, sans-serif !important;
border-radius: 0;
padding: 6px 12px;
display: block;
margin: auto;
background: #ffcc00 !important;
color: #000000;
}button,
input[type=”submit”] {
font-family: ‘Open Sans Hebrew’, sans-serif !important;
border-radius: 0;
padding: 6px 12px;
background: #ffcc00 !important;
color: #000000;
} -
-
used this to change menu hover:
/*butoons hover + menu hover*/
a:hover {
color: #ffcc00 !important;
}but again should I force css?
cant it be done more easily?
- The topic ‘color not seen like I choose’ is closed to new replies.