Hi I'd like to change the background colour but only at the sides that you can only see in bigger screens. How can I do it? Thanks
Hi,
Try to add the following custom css code:
@media (min-width: 1600px) { .t3-wrapper { background: #000; } .container-hd { background: #fff; } }
and adjust color values to your needs.
Cheers Joshua
Sorry, on which file?
Thank you so much
kmanek
You can add to the file: [root]/templates/ja_focus (your default template)/css/custom.css (Create this file if it doesn't exist)