Hi,
I will really appreciate it if someone might have an answer to any of these questions? My website is https://nateen-canada.myshopify.com/ I am using the Debut theme and I am trying to:
1. Add a newsletter section to a page different than the homepage?
2. I want that the link on the footer that says subscribe either show as a button or at least can change the permanent colour to #3a913f
3. I moved the title of each collection to the bottom of the picture but it is cropped.
Thank you so much, in advance!
-Paola
Solved! Go to the solution
Please provide password
Please place this code at the end of theme.scss
a[title="Subscription"] {
color: rgb(255, 255, 255);
font-family: Montserrat, Helvetica, Arial, "Sans Serif";
font-size: 18px;
text-align: center;
letter-spacing: 0px;
background-color: rgb(58, 145, 63);
border-width: 0px;
border-radius: 3px;
padding: 12px;
}
Where is the issue in collection title?
Thank you so much for your help, it worked perfectly. The only thing is that I am trying to make the text white but it won't work, I was able to make the hovering white but I wanted the text white, if possible, please let me know what else can I do in order to change it.
Regarding the collection, it is actually on the homepage, the collection grid, I was able to fix the desktop version but was not able to fix the mobile. As you can see in the pic, the titles are right on top of the pictures and it is not easy to read.
Thank you again,
Paola
This is an accepted solution.
.collection-grid-item__title {
text-shadow: none !important;
}
User | Count |
---|---|
497 | |
208 | |
130 | |
80 | |
44 |