I compiling less to css and get no errors
Is my custom.css now still working ?
.head-menu {
background-color: #47494a !important;
}
.logo-image img {
max-height: 60px;
}
_.t3-section-wrap .mod-bg-gray {
background: #919194 !important;
}
.t3-mainbody > .row > div.t3-sidebar-right {
border-left: 2px solid #919194;
}
the last two I put in the custom.css after I did LESS to CSS
in the root 🇦 templates/ja_morgan/css/themes/style-2
and because it does'nt work I put the codes also in the custom.css in the root
templates/ja_morgan/css
Why does not the change work ?
regards Rob