How can I keep the "Hide Video" option open as static on my home page? There is an option for the user to open or close it. I want it left open. Also I'm going to either rename it or remove the heading "hide video". Thanks
a
Hi Gabrielle,
I'm so sorry for reply late.
Below is code, you can copy to file custom.css (templates/jux_petcare/css/) (if not have, you can create new)
.video-slider .video-slider-inner {
display: block !important;
}
.video-slider .toggle-slider{
display: none;
}
Thanks for the info.. can't wait to try. But, question. I'm new to creating a custom.css .. right now my path is (templates/jux_petcare/local/css)
Should I create the custom.css under this?
Also in former joomla templates I have inserted code in the "custom code" template. It was much easier for me to manage. But, I've never seen it like this. Can I insert the code here and if so do I insert it in "After head", or "Before Head" or "After Body" or "Before Body". Thank you.. very much
Hi Gabrielle,
- You can create file custom.css in path: templates/jux_petcare/local/css.
- You can write code in custom code template. Depending of area, it will display at different positions. However, I think you shouldn't write in it. Because it does not really effective.
Hope this help you.
Thanks.
Well I made it work, I just need to format the sizes and margins. I had to insert it into the main template.css file. I tried to create custom from template details.. didn't work. But I might try to create the file via file manager.. on the server. Thanks
a
Although this code is working.. How do I remove the background gray 700 x 511 image place holders on the website? I deleted the image under "Media" but it still appears on the site in the background? (see photo I attached above in this post) Thanks
a