I am using the debut theme and I need to remove the text overlay on the banners. How can I accomplish this?
Thanks!
I am using the debut theme and I need to remove the text overlay on the banners. How can I accomplish this?
Thanks!
Hello Long3,
Please share your site url.
So that i can check and let you know the exact solution here.
Hello @Long3
Remove text from banners its designing part of photoshop.
You can hire expert for this.
If you need any help then please mail us at pallavi@oscprofessionals.com
Thanks…
No I need to remove the text that automatically shows up because the of the theme. I don’t want the small text that is showing. The background image needs to stay so I don’t need photoshop. I know there is some html code I can use to remove it or some have found a button to remove it but I can’t seem to find it.
Thanks
Hello Long3,
I think you want to remove text from banner which is before footer.
If yes, copy this css and paste in bottom of your theme theme.scss.liquid. You can find this file under assets.
ul.slideshow__text-content-list {
display: none;
}
Thanks
I want to remove the word SOLID that automatically shows up because thats what the collection is called.
Add this css
h1.collection-hero__title.page-width {
display: none;
}
Or remove/comment this code from collection-template.liquid ( line no. 42 - 49 )
#
{{ 'collections.general.collection_label' | t }}:
{{ collection.title }}
Thank you that worked!
Hello, I am using the Craft theme and adding I only have the option to add an image banner with a text overlay, I just want the image. Is there any way to remove it?
You want to remove the text ?
share the url with screenshot. firstly check in the customizer
Where do you add the css?