Happening now | Office Hours: Customizing Your Theme With Moeed | Ask your questions now!

Adding text/Number to footer

Adding text/Number to footer

railtimeslive
Tourist
11 0 10

Hi there, 

I was hoping someone might be able to help! 

I'm looking to add some text to the footer of our website: www.railtimes.live

Any help would be much appreciated! 

Thanks again, 

Replies 3 (3)

Laza_Binaery
Shopify Partner
502 83 142

Hi @railtimeslive 

 

Interesting site. For your question, I see the theme has Text as a block for the Footer section so you can try that. 

Anything else, you can maybe try Custom Liquid block but that needs some code. 

 

What kind of text you wanted to place there?

Kind regards
Laza
www.binaery.com
railtimeslive
Tourist
11 0 10

Hi @Laza_Binaery 

Huge thanks for getting back, althout, it doesnt have text blocks. Im not sure if it's clashing with code but it doesnt seem to work. Do you have any ideas how i might be able to have some text displayed there? 

Huge thanks again, 

James

Laza_Binaery
Shopify Partner
502 83 142

Hi James

 

As I see, you have a really old version of the theme, 1.2.1, which was released three years ago. I'm not sure how you got that one. The latest version is 7.0.0, and it does have a Text block. Maybe you could try to contact the theme developers

 

To add text then, I do not know what block option you have, but you can find the footer section and add some simple HTML code manually.

The section should  have "shopify-section-footer" id  and you can add HTML like this:

<div class="row align-middle"> <div class="small-12 columns ">
<h5 style="
    color: #fbc000;
">Foooter title text</h5>
<p>Footer text</p></div>
</div>

 

I mean it would be better to add a new Text block so you can have more control. But that needs a bit more work.

 

scrnli_57tUXgaJZm70RA.png

 

Kind regards
Laza
www.binaery.com