Hello, every change i make in custom.css are not work even i put !important; For example i put .t3-off-canvas { background: #222222; color: #959595; } with other colors and are not change. This is in off-canvas.css
!important;
.t3-off-canvas { background: #222222; color: #959595; }
ribo Hi The code you are using is same code you have to change color code to see difference. Also put it on the first line as if there are errors in your custom css if there is any missing closing braces the code below it may not work.
Yes i know. I changed the color with !important and it is not change Ninja
!important
I put .t3-off-canvas { background: #2b354b !important; color: #959595; } in custom.css and it is not change this background Ninja
.t3-off-canvas { background: #2b354b !important; color: #959595; }
ribo Hi There is no code found in your custom css first line See here if i add it work fine : http://prntscr.com/1wgcq04 Clear server and Joomla cache after apply code. If there is cache it will load the same older code.
The code is in line 421 of custom.css . If i will make the change in off-canvas.css the change will work. I cleared cache many times Ninja
ribo
Ninja There is no code found in your custom css first line See here if i add it work fine : http://prntscr.com/1wgcq04
You should apply suggestion first see : http://prntscr.com/1wk575e Your code missing the braces to close. so below code not work.
I fixed that. .t3-off-canvas { background: #2b354b !important; color: #959595; } t3-off-canvas background is in line 316 now but it is not change this color Ninja
ribo The code is working fine my side, possible browser cache http://prntscr.com/1wlem03
Thank you. I cleared browser cache as google chrome says and i saw the change Ninja