after update: own CSS code for desktop version isn't working anymore

Hi.

Just update a site to WordPress 5.2 & BeTheme 21.2.1

Now some easy CSS adjustments made on different pages aren't working in the desktop version anymore (e.g. changed color for .progress_bars).
On mobile the CSS code is working fine.
I can't even find my CSS adjustments in the code on the desktop version.

Thanks for help.
tobi

Comments

  • Hi,
    Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
    It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
    thanks
  • For example this page here: https://www.crossstyle-camp.de/training/outdoor-training/

    And this is the custom CSS I added at this page:

    .sticky-tb-color #Top_bar.is-sticky {
        background-color: #235330;
    }

    .infobox {
        background-color: #235330 !important;
    }

    .progress_bars .bars_list li .bar .progress {
        background-color: #235330;
    }

    a {
        color: #235330;
    }

    .timeline_items li h3:before, .timeline_items:after, .timeline .post-item:before {
        border-color: #235330;
    }
  • You're missing closing bracket in the custom css code.

    Look for the mistakes in your custom css codes and it will work.
    Thanks
  • #-o
    oh ... what a pity

    thx for your help
Sign In or Register to comment.