Hello,
I have a banner with 3 images, as a slider.
I am using Dawn theme.
However, I would need the text to be clickable and also the text to be configurable as follows:
- font size
- position in the banner - left aligned
- include a special character in the text.
My URL is https://porsche-rj-8273.myshopify.com/
Please see the required design as below:
To make the text in your banner clickable and configurable in the Dawn theme, you’ll need to make some modifications to your theme’s code. Here’s a step-by-step guide:
-
Locate the banner code: In your Dawn theme, locate the code responsible for rendering the banner section. This code is typically found in the theme.liquid or a section file such as slideshow-section.liquid or hero-section.liquid.
-
Edit the banner code: Within the banner code, you’ll need to modify the HTML and Liquid code to make the text clickable and add the desired configuration options. Here’s an example of how you can achieve this:
{% for slide in section.blocks %}
##
{{ slide.settings.text | replace: '!', '!' }}
{% endfor %}
Hello,
sorry, couldnt find the banner code within the theme.liquid , neither at slideshow.liquid