How do I get css updates to show in wordpress on chrome

Question

I have updated my styles.css in the child theme(as that’s what I was told is good practice) but I also updated it in the main theme.

 /****************none folding menu items***************/
.nonFold-nav{
    display: none;
   }

@media (max-width: 770px) {
/****************non folding menu items***************/
    .nonFold-nav{
    display: inline;
      }
    .nonFold-nav ul li{
        list-style: none;
        display: inline-block;
        margin: 30px 0px 0px 30px; 
     }
    .nonFold-nav ul li a{
           color: #fff;
           font-weight: bold;
     }

My update is ok in every other browser except chrome. I installed litespeed cache plugin to clear my cache. Checked console, its not working. How do I get my updates to show in chrome
website link is https://izebuy.com/

0
, , Linda Scoon 3 years 2020-05-30T00:11:23-05:00 0 Answers 100 views 0

Leave an answer

Browse
Browse