A space to discuss online store customization, theme development, and Liquid templating.
Hi there,
hoping for some help. The Symmetry theme update has moved the CSS files in the theme. There is nothing in the assets folder that allows me to add custom CSS. It seems the update back in Dec 23 has moved the style.css file. I want to remove the arrows that show up on images as I flick between images for products. This used to be an easy fix but not anymore. Ive tried both custom CSS functions and it doesn't work.
Previously I could paste this code in to edit theme/assets/styles.css and it would make the arrows go away but not anymore.
.testimonial-list__controls {
visibility: hidden;
}
a.image-page-button.image-page-button--previous.ltr-icon {
visibility: hidden;
}
a.image-page-button.image-page-button--next.ltr-icon {
visibility: hidden;
}
Does anyone have any idea how to do this now in Symmtery 7.2.1?
Thank you!! 🙂
Add This Code In your previous Code on theme/assets/styles.css
.testimonial-list__controls {
visibility: hidden;
display:none !important;
}
a.image-page-button.image-page-button--previous.ltr-icon {
visibility: hidden;
display:none !important;
}
a.image-page-button.image-page-button--next.ltr-icon {
visibility: hidden;
display:none !important;
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-[email protected]
Hi Raj-webdesigner, Thank you for your reply. The issue is there is no file in assets called styles.css (anymore), it is no where to be found in the assets folder or anywhere. Thats the issue. I can't access the css files to add the code. Any idea where I find the place to add this code?
You Add This css in your Theme.css Code
.testimonial-list__controls {
visibility: hidden;
display:none !important;
}
a.image-page-button.image-page-button--previous.ltr-icon {
visibility: hidden;
display:none !important;
}
a.image-page-button.image-page-button--next.ltr-icon {
visibility: hidden;
display:none !important;
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-[email protected]
Hi Again, unfortunately thats not worked either and the code for this theme has been all moved and there is no longer the option for theme.css access, as its not in the list at all.
Here is the response from the theme creators.. Their suggestions have also not worked. 😞 No idea what to do, I mean how hard is it to get rid arrows on images (its driving me nuts).
|
Can You Give me a Your Store Url Link
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-[email protected]