Hi!
Can anyone tell me what to put on my footer.liquid to add a URL image?
TIA
Hi!
Can anyone tell me what to put on my footer.liquid to add a URL image?
TIA
I’m not sure if you can view this, it’s not yet published because I’m trying different themes to see which one is better. But here is the link.
Also, do you know how I can remove these spaces on the image? this is the code, I just copied it from an old website:
<table>
<tr>
<td colspan="5">
## What you want…When you want it!
With endless choices, you PERSONALIZE each piece of our quality furniture to suit YOUR needs. From the frame style, material and color, to the strap, sling or fabric color, it's YOUR design. Completely custom and delivered to you on time!
</td>
</tr>
<tr>
<td>
### Innovative Design
- Customized outdoor patio furniture
- Attractive variety of materials
- Distinctive fashion solutions for homes, apartments, hotels, motels, clubs, resorts & HOAs
- Beautifully styled for lawns, gardens, patios, poolsides, dining, balconies public & VIP spaces
</td>
<td>
</td>
<td>
### Lasting Quality
- Commercial-performance outdoor patio furniture
- Chemical and UV resistant
- All-weather proof
- Safe for the environment
- 100% recyclable
</td>
<td>
</td>
<td>
### Customer Service
- Personal attention from our sales staff with over 25 years experience
- Customized layout and design
- Promoting USA brands
- Short Order-to-Ship times
- Budget conscious sales staff
</td>
</tr>
</table>
I was hoping for it to look like this:
Still waiting for someone who can guide me with this. Thanks!
@Wellanie
hi, on which page it’s occurring.
Send me the link so I can help you.
Hi!
Here’s the store link. It’s Simple Theme.
i can’t see in your store.
Please try this instead:
td, th {
padding: 0px !important;
border: 0px solid #d7d8d2 !important;
}
table {
border: 0px solid #d7d8d2 !important;
}
font h3 {
color: red !important;
}
@Wellanie
Add this code in theme.css or theme.scss
thank you.
h3 {
color: red !important;
}
Remove this code.
I will prefer you better.
Oh also, if it matters, I put the code of this in a custom HTML inside the theme editor.
td, th {
padding: 0px !important;
border: 0px solid #d7d8d2 !important;
}
table {
border: 0px solid #d7d8d2 !important;
}
font h3 {
color: red !important;
}
remove old code and add this code in theme.scss
yes it’s matter because it reflects the whole code.
@Wellanie
@Wellanie
kindly Like Solution if helpful
You rock! Thanks.
I have another question while we’re on it. Hopefully, I’m not bothering you too much!
How do I lessen the footer’s font size?
Hii, @Wellanie
Paste this code on top of the theme.scss file.
.rte p {
font-size: 16px !important;
}
Thank You.
@Wellanie Remove the html css you have added.
Oh yeah, I did. I kinda tried experimenting on the code, lol.
Thank you so much!