the custom css, in the blue theme, seems to work for some styles but not others. For instance the ACM style didn't overwrite and I had to go directly here and edit the css file templates/ja_restaurant/local/acm/hero/css/themes/blue/style.css instead of the custom.css. (same went for this style ja_restaurant/local/acm/features-intro/css/themes/blue/style.css). The custom.css here ja_restaurant/css/themes/blue/custom.css has worked with some styles but not all. Is there anyway to have this overrwrite those styles so when I upgrade I don't lose changes? THanks!
marcella1 Can you share the screenshot you want to change style You can add !important in code if it not working example : .logo {width:100px;}
.logo {width:100px!important;}
It will work, Or share details with me i will send u exact code.