-- HikaShop version -- : 6.4.0
-- Joomla version -- : 5.4.4
Where do I change the mysite.com/media/com_hikashop/css/hikashop.css?v=6402603261144 file.
when I manually edit the hikashop.css it fails to change the css file.
I am looking for this and can not find it through the css editor in the component in the back end and it is not there. Yet firefox code editor states where the link is but even after removing several caches and turning off template optimizing it fails.
.hk-well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}