css font color not work
-
Hello!
I wanted to make the link color when hovered. This code
a:hover {
color: #ddbee5;}
cancel and reversed any color change in these codes to black color (the default one in the theme).
Even with !important All plugins have been disabled. This is the first time I encountered such a problem on your theme.
a hover disable all this css. !important not help!
/*цвет шрифта сайдбар*/ body { text-align: left; font-size: 17px; line-height: 1.6em; font-family: "Fira Sans","Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: normal; color: #d5c5c5; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%;
}
/*цвет шрифта виджета*/
body {
text-align: left;
font-size: 15px;
font-family: “Fira Sans”,”Helvetica Neue”,Helvetica,Arial,sans-serif;
font-weight: normal;
color: #dbd6dd!important;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
}#site-title, .site-title, #site-title a, .site-title a, .entry-title, .entry-title a, h1, h2, h3, h4, h5, h6, .widget-title, .elementor-heading-title { font-family: "Agdasima"; color: #e5e5f5!important;
}
p {
margin: 0.66666667em 0 1em;
color: aliceblue;
}css color change, but after refresh page all font have black colors again.
- You must be logged in to reply to this topic.