• Resolved marlinka

    (@marlinka)


    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.

    • This topic was modified 4 months, 2 weeks ago by marlinka.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter marlinka

    (@marlinka)

    As a result, the fonts became black again. It became impossible to change their color in any way. Help.

    https://gastroexcurse.ru/way/weekend-arbat-unlim/

    Thread Starter marlinka

    (@marlinka)


    Somehow I solved this problem even though I didn’t do anything else. even earned a hover

    Thread Starter marlinka

    (@marlinka)

    After a while the font became black again. I didn’t make any more changes to the css. Then the colors changed again, they change randomly. For example, the color of the marks becomes either lilac or green. The WordPress font in the product description either becomes black or light, then gets smaller and the size setting disappears.

    I’ve been using your theme for a long time, but I haven’t made websites for a year and made a new website. I want to say that this is the first time I have seen this. There have never been any problems with site width and fonts before.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.