Lee Ruane | Shopify CRO Specialist
내용
[subtitle-meta] lang=en auto=True
In this video, I'm going to be showing
you how to remove the powered by Shopify
from your website footer. Whether you're
using Dawn or Horizon, I'll walk you
through each method step by step. So,
let's dive in. First of all, let's take
a look at the Dawn theme. So, we'll head
to our online store and then themes. And
then from here, we want to click on the
three dots and then edit code. And all
we're going to do here is find the
footer file and comment out one line of
code. So, we're not deleting anything.
So, there's two ways you can find it.
You can go to your sections and then
scroll down until you see the footer.
liquid or you can just go to the search
bar, type in footer and then go footer.l
liquid. And from here again you can
scroll down or we can just do command F
or control F and type in powered. And
that takes us to this line of code here.
So this is the part that's saying
powered by Shopify. So you could delete
this, but all I'm going to do today is
comment it out. So to do that, we just
type in curly bracket and then
percentage and then type comment. And
you'll see everything's gone green
because this is saying anything after
this is just going to comment out. But
we just need it to stop at the end of
this line. So we'll do the same again.
Curly bracket percentage. You'll see it
automatically adds your closing one as
well. But what we need to type in now is
end comment one word.
And then you'll see that's gone back to
normal color. So if we hit save and then
take a look at the front end and then
we'll scroll to the bottom and now we
can see that's just saying digital dev
store the powered by Shopify is now
gone. But if you ever needed to
reinstate it, not that I think you
would, but because we've just commented
it, you can just remove those comments
out and it'll go back to normal. So
that's Dawn. Now let's take a look at
Horizon. A quick side note, if you've
ever found yourself thinking, I just
want to ask one question about my
website, but I don't want to sign a
£4,000 a month retainer for the next 12
months. Well, that's exactly why I built
the Shopify e community. It's £8 a
month, no contracts, and just support
when you need it. Inside, there's a
private community chat where I'm active
and you can ask me any question about
your store, whether it's CRO, SEO,
analytics, emails, apps to try, whatever
it is you're working on, and get clear,
practical feedback. Plus, you'll also be
learning from the other Shopify members
within the community. See the questions
that they're asking, the challenges
they're facing, and how I'm helping
them, too. So you won't be figuring this
out alone. And think of it like this.
One good answer could easily pay for the
year. If that sounds helpful, then
there's a link in the description below
or you can go straight to e
community.lrdigital.uk.
So I've just published Horizon theme so
we can see what it looks like on the
front end. If we scroll down, we'll see
it's in the same position bottom left.
Slightly different, but again it's
showing powered by Shopify. So we'll do
a similar method and we'll click on
these three dots edit code. But the
difference this time is that it's not in
a section. it's a block within a
section. So instead of going to the
footer.l liquid from sections, we'll
just minimize this dropdown and then
we'll expand this dropown and we'll keep
scrolling down until we see the footer
copyright.l liquid and then we can see
it straight away. It's just here. But
again, you can use the search by using
command F or control F and then type in
powered and that will highlight the
correct section. So what this is saying
there's an if statement and all that
basically means is if the block setting
says show powered by then output this
and then close that end if. So again
rather than deleting we're just going to
comment this out. So all I'm going to do
is just enter and then exactly the same
again curly brackets percentage comment
and then below this end if we'll create
a new line and then curly brackets
percentage end comment and then hit
save. Now if we refresh this front end
you'll see that it's just l digital dev
store. now and it even removed that
comma. So if you're not on Dawn or
Horizon, it will be a similar method
that you need to do within your theme.
Have a look for your footer theme files,
search for the powered by and then just
use that same method of commenting out.
And best practice would always be to
make a copy of your theme, edit on that
theme first, preview it, make sure it's
all working, there's no issues, and then
once you're happy, you can publish that
one or make those same changes in your
live theme. And that's all there is to
it. If you found that helpful, don't
forget to like and subscribe for more
Shopify tips. And I'll see you in the
next one.
원문 자막 펼치기
WEBVTT Kind: captions Language: en 00:00:00.080 --> 00:00:01.670 align:start position:0% In<00:00:00.320><c> this</c><00:00:00.480><c> video,</c><00:00:00.960><c> I'm</c><00:00:01.199><c> going</c><00:00:01.280><c> to</c><00:00:01.360><c> be</c><00:00:01.520><c> showing</c> 00:00:01.670 --> 00:00:01.680 align:start position:0% In this video, I'm going to be showing 00:00:01.680 --> 00:00:03.750 align:start position:0% In this video, I'm going to be showing you<00:00:01.839><c> how</c><00:00:02.000><c> to</c><00:00:02.159><c> remove</c><00:00:02.399><c> the</c><00:00:02.560><c> powered</c><00:00:02.960><c> by</c><00:00:03.120><c> Shopify</c> 00:00:03.750 --> 00:00:03.760 align:start position:0% you how to remove the powered by Shopify 00:00:03.760 --> 00:00:05.590 align:start position:0% you how to remove the powered by Shopify from<00:00:04.000><c> your</c><00:00:04.240><c> website</c><00:00:04.560><c> footer.</c><00:00:05.120><c> Whether</c><00:00:05.359><c> you're</c> 00:00:05.590 --> 00:00:05.600 align:start position:0% from your website footer. Whether you're 00:00:05.600 --> 00:00:07.510 align:start position:0% from your website footer. Whether you're using<00:00:05.839><c> Dawn</c><00:00:06.240><c> or</c><00:00:06.400><c> Horizon,</c><00:00:07.040><c> I'll</c><00:00:07.200><c> walk</c><00:00:07.359><c> you</c> 00:00:07.510 --> 00:00:07.520 align:start position:0% using Dawn or Horizon, I'll walk you 00:00:07.520 --> 00:00:09.509 align:start position:0% using Dawn or Horizon, I'll walk you through<00:00:07.759><c> each</c><00:00:08.080><c> method</c><00:00:08.559><c> step</c><00:00:08.880><c> by</c><00:00:09.040><c> step.</c><00:00:09.360><c> So,</c> 00:00:09.509 --> 00:00:09.519 align:start position:0% through each method step by step. So, 00:00:09.519 --> 00:00:11.430 align:start position:0% through each method step by step. So, let's<00:00:09.760><c> dive</c><00:00:09.920><c> in.</c><00:00:10.320><c> First</c><00:00:10.559><c> of</c><00:00:10.719><c> all,</c><00:00:11.040><c> let's</c><00:00:11.280><c> take</c> 00:00:11.430 --> 00:00:11.440 align:start position:0% let's dive in. First of all, let's take 00:00:11.440 --> 00:00:13.270 align:start position:0% let's dive in. First of all, let's take a<00:00:11.599><c> look</c><00:00:11.679><c> at</c><00:00:11.759><c> the</c><00:00:11.920><c> Dawn</c><00:00:12.320><c> theme.</c><00:00:12.719><c> So,</c><00:00:12.880><c> we'll</c><00:00:13.120><c> head</c> 00:00:13.270 --> 00:00:13.280 align:start position:0% a look at the Dawn theme. So, we'll head 00:00:13.280 --> 00:00:15.589 align:start position:0% a look at the Dawn theme. So, we'll head to<00:00:13.440><c> our</c><00:00:13.679><c> online</c><00:00:14.080><c> store</c><00:00:14.400><c> and</c><00:00:14.639><c> then</c><00:00:14.880><c> themes.</c><00:00:15.440><c> And</c> 00:00:15.589 --> 00:00:15.599 align:start position:0% to our online store and then themes. And 00:00:15.599 --> 00:00:17.109 align:start position:0% to our online store and then themes. And then<00:00:15.759><c> from</c><00:00:15.920><c> here,</c><00:00:16.240><c> we</c><00:00:16.480><c> want</c><00:00:16.560><c> to</c><00:00:16.720><c> click</c><00:00:16.800><c> on</c><00:00:16.960><c> the</c> 00:00:17.109 --> 00:00:17.119 align:start position:0% then from here, we want to click on the 00:00:17.119 --> 00:00:19.910 align:start position:0% then from here, we want to click on the three<00:00:17.359><c> dots</c><00:00:17.920><c> and</c><00:00:18.160><c> then</c><00:00:18.480><c> edit</c><00:00:18.880><c> code.</c><00:00:19.520><c> And</c><00:00:19.680><c> all</c> 00:00:19.910 --> 00:00:19.920 align:start position:0% three dots and then edit code. And all 00:00:19.920 --> 00:00:21.349 align:start position:0% three dots and then edit code. And all we're<00:00:20.080><c> going</c><00:00:20.080><c> to</c><00:00:20.240><c> do</c><00:00:20.400><c> here</c><00:00:20.640><c> is</c><00:00:20.960><c> find</c><00:00:21.199><c> the</c> 00:00:21.349 --> 00:00:21.359 align:start position:0% we're going to do here is find the 00:00:21.359 --> 00:00:23.910 align:start position:0% we're going to do here is find the footer<00:00:21.760><c> file</c><00:00:22.160><c> and</c><00:00:22.480><c> comment</c><00:00:22.880><c> out</c><00:00:23.279><c> one</c><00:00:23.600><c> line</c><00:00:23.760><c> of</c> 00:00:23.910 --> 00:00:23.920 align:start position:0% footer file and comment out one line of 00:00:23.920 --> 00:00:25.349 align:start position:0% footer file and comment out one line of code.<00:00:24.160><c> So,</c><00:00:24.320><c> we're</c><00:00:24.480><c> not</c><00:00:24.640><c> deleting</c><00:00:25.039><c> anything.</c> 00:00:25.349 --> 00:00:25.359 align:start position:0% code. So, we're not deleting anything. 00:00:25.359 --> 00:00:26.790 align:start position:0% code. So, we're not deleting anything. So,<00:00:25.519><c> there's</c><00:00:25.680><c> two</c><00:00:25.840><c> ways</c><00:00:26.000><c> you</c><00:00:26.160><c> can</c><00:00:26.320><c> find</c><00:00:26.480><c> it.</c> 00:00:26.790 --> 00:00:26.800 align:start position:0% So, there's two ways you can find it. 00:00:26.800 --> 00:00:28.630 align:start position:0% So, there's two ways you can find it. You<00:00:26.960><c> can</c><00:00:27.119><c> go</c><00:00:27.279><c> to</c><00:00:27.439><c> your</c><00:00:27.760><c> sections</c><00:00:28.240><c> and</c><00:00:28.400><c> then</c> 00:00:28.630 --> 00:00:28.640 align:start position:0% You can go to your sections and then 00:00:28.640 --> 00:00:30.870 align:start position:0% You can go to your sections and then scroll<00:00:28.960><c> down</c><00:00:29.119><c> until</c><00:00:29.439><c> you</c><00:00:29.679><c> see</c><00:00:29.920><c> the</c><00:00:30.080><c> footer.</c> 00:00:30.870 --> 00:00:30.880 align:start position:0% scroll down until you see the footer. 00:00:30.880 --> 00:00:32.870 align:start position:0% scroll down until you see the footer. liquid<00:00:31.279><c> or</c><00:00:31.679><c> you</c><00:00:31.920><c> can</c><00:00:32.000><c> just</c><00:00:32.239><c> go</c><00:00:32.399><c> to</c><00:00:32.480><c> the</c><00:00:32.640><c> search</c> 00:00:32.870 --> 00:00:32.880 align:start position:0% liquid or you can just go to the search 00:00:32.880 --> 00:00:35.510 align:start position:0% liquid or you can just go to the search bar,<00:00:33.280><c> type</c><00:00:33.440><c> in</c><00:00:33.840><c> footer</c><00:00:34.239><c> and</c><00:00:34.399><c> then</c><00:00:34.559><c> go</c><00:00:34.719><c> footer.l</c> 00:00:35.510 --> 00:00:35.520 align:start position:0% bar, type in footer and then go footer.l 00:00:35.520 --> 00:00:37.350 align:start position:0% bar, type in footer and then go footer.l liquid.<00:00:35.920><c> And</c><00:00:36.079><c> from</c><00:00:36.239><c> here</c><00:00:36.640><c> again</c><00:00:36.960><c> you</c><00:00:37.200><c> can</c> 00:00:37.350 --> 00:00:37.360 align:start position:0% liquid. And from here again you can 00:00:37.360 --> 00:00:40.310 align:start position:0% liquid. And from here again you can scroll<00:00:37.600><c> down</c><00:00:38.079><c> or</c><00:00:38.640><c> we</c><00:00:38.879><c> can</c><00:00:38.960><c> just</c><00:00:39.200><c> do</c><00:00:39.600><c> command</c><00:00:40.000><c> F</c> 00:00:40.310 --> 00:00:40.320 align:start position:0% scroll down or we can just do command F 00:00:40.320 --> 00:00:43.670 align:start position:0% scroll down or we can just do command F or<00:00:40.640><c> control</c><00:00:40.960><c> F</c><00:00:41.200><c> and</c><00:00:41.520><c> type</c><00:00:41.760><c> in</c><00:00:42.239><c> powered.</c><00:00:43.520><c> And</c> 00:00:43.670 --> 00:00:43.680 align:start position:0% or control F and type in powered. And 00:00:43.680 --> 00:00:45.910 align:start position:0% or control F and type in powered. And that<00:00:43.840><c> takes</c><00:00:44.079><c> us</c><00:00:44.239><c> to</c><00:00:44.480><c> this</c><00:00:44.719><c> line</c><00:00:44.960><c> of</c><00:00:45.200><c> code</c><00:00:45.440><c> here.</c> 00:00:45.910 --> 00:00:45.920 align:start position:0% that takes us to this line of code here. 00:00:45.920 --> 00:00:47.350 align:start position:0% that takes us to this line of code here. So<00:00:46.079><c> this</c><00:00:46.239><c> is</c><00:00:46.320><c> the</c><00:00:46.480><c> part</c><00:00:46.719><c> that's</c><00:00:46.960><c> saying</c> 00:00:47.350 --> 00:00:47.360 align:start position:0% So this is the part that's saying 00:00:47.360 --> 00:00:49.270 align:start position:0% So this is the part that's saying powered<00:00:47.680><c> by</c><00:00:47.920><c> Shopify.</c><00:00:48.559><c> So</c><00:00:48.640><c> you</c><00:00:48.879><c> could</c><00:00:48.960><c> delete</c> 00:00:49.270 --> 00:00:49.280 align:start position:0% powered by Shopify. So you could delete 00:00:49.280 --> 00:00:51.430 align:start position:0% powered by Shopify. So you could delete this,<00:00:49.600><c> but</c><00:00:49.840><c> all</c><00:00:50.000><c> I'm</c><00:00:50.160><c> going</c><00:00:50.239><c> to</c><00:00:50.320><c> do</c><00:00:50.559><c> today</c><00:00:50.960><c> is</c> 00:00:51.430 --> 00:00:51.440 align:start position:0% this, but all I'm going to do today is 00:00:51.440 --> 00:00:53.350 align:start position:0% this, but all I'm going to do today is comment<00:00:51.760><c> it</c><00:00:51.920><c> out.</c><00:00:52.160><c> So</c><00:00:52.399><c> to</c><00:00:52.559><c> do</c><00:00:52.719><c> that,</c><00:00:52.960><c> we</c><00:00:53.120><c> just</c> 00:00:53.350 --> 00:00:53.360 align:start position:0% comment it out. So to do that, we just 00:00:53.360 --> 00:00:55.029 align:start position:0% comment it out. So to do that, we just type<00:00:53.520><c> in</c><00:00:53.920><c> curly</c><00:00:54.320><c> bracket</c><00:00:54.640><c> and</c><00:00:54.879><c> then</c> 00:00:55.029 --> 00:00:55.039 align:start position:0% type in curly bracket and then 00:00:55.039 --> 00:00:57.590 align:start position:0% type in curly bracket and then percentage<00:00:55.680><c> and</c><00:00:55.920><c> then</c><00:00:56.079><c> type</c><00:00:56.480><c> comment.</c><00:00:57.440><c> And</c> 00:00:57.590 --> 00:00:57.600 align:start position:0% percentage and then type comment. And 00:00:57.600 --> 00:00:59.189 align:start position:0% percentage and then type comment. And you'll<00:00:57.920><c> see</c><00:00:58.320><c> everything's</c><00:00:58.719><c> gone</c><00:00:58.960><c> green</c> 00:00:59.189 --> 00:00:59.199 align:start position:0% you'll see everything's gone green 00:00:59.199 --> 00:01:01.189 align:start position:0% you'll see everything's gone green because<00:00:59.520><c> this</c><00:00:59.680><c> is</c><00:00:59.840><c> saying</c><00:01:00.399><c> anything</c><00:01:00.800><c> after</c> 00:01:01.189 --> 00:01:01.199 align:start position:0% because this is saying anything after 00:01:01.199 --> 00:01:03.510 align:start position:0% because this is saying anything after this<00:01:01.680><c> is</c><00:01:01.840><c> just</c><00:01:02.079><c> going</c><00:01:02.239><c> to</c><00:01:02.480><c> comment</c><00:01:02.879><c> out.</c><00:01:03.359><c> But</c> 00:01:03.510 --> 00:01:03.520 align:start position:0% this is just going to comment out. But 00:01:03.520 --> 00:01:05.270 align:start position:0% this is just going to comment out. But we<00:01:03.680><c> just</c><00:01:03.760><c> need</c><00:01:03.920><c> it</c><00:01:04.080><c> to</c><00:01:04.320><c> stop</c><00:01:04.640><c> at</c><00:01:04.879><c> the</c><00:01:05.040><c> end</c><00:01:05.199><c> of</c> 00:01:05.270 --> 00:01:05.280 align:start position:0% we just need it to stop at the end of 00:01:05.280 --> 00:01:07.030 align:start position:0% we just need it to stop at the end of this<00:01:05.519><c> line.</c><00:01:05.840><c> So</c><00:01:06.000><c> we'll</c><00:01:06.159><c> do</c><00:01:06.320><c> the</c><00:01:06.479><c> same</c><00:01:06.640><c> again.</c> 00:01:07.030 --> 00:01:07.040 align:start position:0% this line. So we'll do the same again. 00:01:07.040 --> 00:01:09.910 align:start position:0% this line. So we'll do the same again. Curly<00:01:07.520><c> bracket</c><00:01:08.080><c> percentage.</c><00:01:09.280><c> You'll</c><00:01:09.520><c> see</c><00:01:09.680><c> it</c> 00:01:09.910 --> 00:01:09.920 align:start position:0% Curly bracket percentage. You'll see it 00:01:09.920 --> 00:01:12.070 align:start position:0% Curly bracket percentage. You'll see it automatically<00:01:10.640><c> adds</c><00:01:10.960><c> your</c><00:01:11.360><c> closing</c><00:01:11.760><c> one</c><00:01:11.920><c> as</c> 00:01:12.070 --> 00:01:12.080 align:start position:0% automatically adds your closing one as 00:01:12.080 --> 00:01:13.670 align:start position:0% automatically adds your closing one as well.<00:01:12.400><c> But</c><00:01:12.560><c> what</c><00:01:12.720><c> we</c><00:01:12.799><c> need</c><00:01:12.880><c> to</c><00:01:12.960><c> type</c><00:01:13.119><c> in</c><00:01:13.280><c> now</c><00:01:13.439><c> is</c> 00:01:13.670 --> 00:01:13.680 align:start position:0% well. But what we need to type in now is 00:01:13.680 --> 00:01:16.390 align:start position:0% well. But what we need to type in now is end<00:01:14.000><c> comment</c><00:01:14.560><c> one</c><00:01:14.880><c> word.</c> 00:01:16.390 --> 00:01:16.400 align:start position:0% end comment one word. 00:01:16.400 --> 00:01:18.070 align:start position:0% end comment one word. And<00:01:16.479><c> then</c><00:01:16.640><c> you'll</c><00:01:16.880><c> see</c><00:01:17.200><c> that's</c><00:01:17.520><c> gone</c><00:01:17.759><c> back</c><00:01:17.920><c> to</c> 00:01:18.070 --> 00:01:18.080 align:start position:0% And then you'll see that's gone back to 00:01:18.080 --> 00:01:20.310 align:start position:0% And then you'll see that's gone back to normal<00:01:18.400><c> color.</c><00:01:18.640><c> So</c><00:01:18.799><c> if</c><00:01:18.960><c> we</c><00:01:19.119><c> hit</c><00:01:19.360><c> save</c><00:01:19.920><c> and</c><00:01:20.159><c> then</c> 00:01:20.310 --> 00:01:20.320 align:start position:0% normal color. So if we hit save and then 00:01:20.320 --> 00:01:22.390 align:start position:0% normal color. So if we hit save and then take<00:01:20.400><c> a</c><00:01:20.560><c> look</c><00:01:20.640><c> at</c><00:01:20.799><c> the</c><00:01:20.960><c> front</c><00:01:21.119><c> end</c><00:01:22.080><c> and</c><00:01:22.240><c> then</c> 00:01:22.390 --> 00:01:22.400 align:start position:0% take a look at the front end and then 00:01:22.400 --> 00:01:24.310 align:start position:0% take a look at the front end and then we'll<00:01:22.640><c> scroll</c><00:01:22.880><c> to</c><00:01:23.040><c> the</c><00:01:23.200><c> bottom</c><00:01:23.680><c> and</c><00:01:23.920><c> now</c><00:01:24.080><c> we</c> 00:01:24.310 --> 00:01:24.320 align:start position:0% we'll scroll to the bottom and now we 00:01:24.320 --> 00:01:26.710 align:start position:0% we'll scroll to the bottom and now we can<00:01:24.479><c> see</c><00:01:24.880><c> that's</c><00:01:25.119><c> just</c><00:01:25.360><c> saying</c><00:01:26.159><c> digital</c><00:01:26.479><c> dev</c> 00:01:26.710 --> 00:01:26.720 align:start position:0% can see that's just saying digital dev 00:01:26.720 --> 00:01:28.469 align:start position:0% can see that's just saying digital dev store<00:01:26.960><c> the</c><00:01:27.200><c> powered</c><00:01:27.439><c> by</c><00:01:27.600><c> Shopify</c><00:01:28.080><c> is</c><00:01:28.320><c> now</c> 00:01:28.469 --> 00:01:28.479 align:start position:0% store the powered by Shopify is now 00:01:28.479 --> 00:01:29.830 align:start position:0% store the powered by Shopify is now gone.<00:01:28.799><c> But</c><00:01:28.880><c> if</c><00:01:29.040><c> you</c><00:01:29.119><c> ever</c><00:01:29.360><c> needed</c><00:01:29.680><c> to</c> 00:01:29.830 --> 00:01:29.840 align:start position:0% gone. But if you ever needed to 00:01:29.840 --> 00:01:31.350 align:start position:0% gone. But if you ever needed to reinstate<00:01:30.320><c> it,</c><00:01:30.640><c> not</c><00:01:30.720><c> that</c><00:01:30.880><c> I</c><00:01:31.040><c> think</c><00:01:31.200><c> you</c> 00:01:31.350 --> 00:01:31.360 align:start position:0% reinstate it, not that I think you 00:01:31.360 --> 00:01:32.870 align:start position:0% reinstate it, not that I think you would,<00:01:31.680><c> but</c><00:01:31.920><c> because</c><00:01:32.159><c> we've</c><00:01:32.320><c> just</c><00:01:32.479><c> commented</c> 00:01:32.870 --> 00:01:32.880 align:start position:0% would, but because we've just commented 00:01:32.880 --> 00:01:34.310 align:start position:0% would, but because we've just commented it,<00:01:33.040><c> you</c><00:01:33.200><c> can</c><00:01:33.280><c> just</c><00:01:33.439><c> remove</c><00:01:33.759><c> those</c><00:01:34.000><c> comments</c> 00:01:34.310 --> 00:01:34.320 align:start position:0% it, you can just remove those comments 00:01:34.320 --> 00:01:35.830 align:start position:0% it, you can just remove those comments out<00:01:34.640><c> and</c><00:01:34.799><c> it'll</c><00:01:35.040><c> go</c><00:01:35.119><c> back</c><00:01:35.280><c> to</c><00:01:35.360><c> normal.</c><00:01:35.680><c> So</c> 00:01:35.830 --> 00:01:35.840 align:start position:0% out and it'll go back to normal. So 00:01:35.840 --> 00:01:37.590 align:start position:0% out and it'll go back to normal. So that's<00:01:36.000><c> Dawn.</c><00:01:36.479><c> Now</c><00:01:36.640><c> let's</c><00:01:36.799><c> take</c><00:01:36.960><c> a</c><00:01:37.119><c> look</c><00:01:37.280><c> at</c> 00:01:37.590 --> 00:01:37.600 align:start position:0% that's Dawn. Now let's take a look at 00:01:37.600 --> 00:01:39.429 align:start position:0% that's Dawn. Now let's take a look at Horizon.<00:01:38.159><c> A</c><00:01:38.320><c> quick</c><00:01:38.479><c> side</c><00:01:38.720><c> note,</c><00:01:39.040><c> if</c><00:01:39.280><c> you've</c> 00:01:39.429 --> 00:01:39.439 align:start position:0% Horizon. A quick side note, if you've 00:01:39.439 --> 00:01:41.270 align:start position:0% Horizon. A quick side note, if you've ever<00:01:39.680><c> found</c><00:01:39.920><c> yourself</c><00:01:40.400><c> thinking,</c><00:01:40.960><c> I</c><00:01:41.119><c> just</c> 00:01:41.270 --> 00:01:41.280 align:start position:0% ever found yourself thinking, I just 00:01:41.280 --> 00:01:43.109 align:start position:0% ever found yourself thinking, I just want<00:01:41.360><c> to</c><00:01:41.520><c> ask</c><00:01:41.759><c> one</c><00:01:42.079><c> question</c><00:01:42.640><c> about</c><00:01:42.880><c> my</c> 00:01:43.109 --> 00:01:43.119 align:start position:0% want to ask one question about my 00:01:43.119 --> 00:01:44.870 align:start position:0% want to ask one question about my website,<00:01:43.680><c> but</c><00:01:43.840><c> I</c><00:01:44.000><c> don't</c><00:01:44.079><c> want</c><00:01:44.240><c> to</c><00:01:44.400><c> sign</c><00:01:44.640><c> a</c> 00:01:44.870 --> 00:01:44.880 align:start position:0% website, but I don't want to sign a 00:01:44.880 --> 00:01:47.030 align:start position:0% website, but I don't want to sign a £4,000<00:01:45.520><c> a</c><00:01:45.680><c> month</c><00:01:45.840><c> retainer</c><00:01:46.320><c> for</c><00:01:46.479><c> the</c><00:01:46.640><c> next</c><00:01:46.799><c> 12</c> 00:01:47.030 --> 00:01:47.040 align:start position:0% £4,000 a month retainer for the next 12 00:01:47.040 --> 00:01:48.950 align:start position:0% £4,000 a month retainer for the next 12 months.<00:01:47.439><c> Well,</c><00:01:47.680><c> that's</c><00:01:47.840><c> exactly</c><00:01:48.240><c> why</c><00:01:48.560><c> I</c><00:01:48.799><c> built</c> 00:01:48.950 --> 00:01:48.960 align:start position:0% months. Well, that's exactly why I built 00:01:48.960 --> 00:01:51.429 align:start position:0% months. Well, that's exactly why I built the<00:01:49.119><c> Shopify</c><00:01:49.600><c> e</c><00:01:49.840><c> community.</c><00:01:50.479><c> It's</c><00:01:50.880><c> £8</c><00:01:51.280><c> a</c> 00:01:51.429 --> 00:01:51.439 align:start position:0% the Shopify e community. It's £8 a 00:01:51.439 --> 00:01:53.749 align:start position:0% the Shopify e community. It's £8 a month,<00:01:51.920><c> no</c><00:01:52.240><c> contracts,</c><00:01:53.040><c> and</c><00:01:53.200><c> just</c><00:01:53.520><c> support</c> 00:01:53.749 --> 00:01:53.759 align:start position:0% month, no contracts, and just support 00:01:53.759 --> 00:01:55.670 align:start position:0% month, no contracts, and just support when<00:01:54.000><c> you</c><00:01:54.079><c> need</c><00:01:54.240><c> it.</c><00:01:54.640><c> Inside,</c><00:01:55.200><c> there's</c><00:01:55.439><c> a</c> 00:01:55.670 --> 00:01:55.680 align:start position:0% when you need it. Inside, there's a 00:01:55.680 --> 00:01:57.749 align:start position:0% when you need it. Inside, there's a private<00:01:56.000><c> community</c><00:01:56.399><c> chat</c><00:01:56.799><c> where</c><00:01:57.040><c> I'm</c><00:01:57.360><c> active</c> 00:01:57.749 --> 00:01:57.759 align:start position:0% private community chat where I'm active 00:01:57.759 --> 00:01:59.670 align:start position:0% private community chat where I'm active and<00:01:58.000><c> you</c><00:01:58.240><c> can</c><00:01:58.320><c> ask</c><00:01:58.479><c> me</c><00:01:58.719><c> any</c><00:01:58.960><c> question</c><00:01:59.360><c> about</c> 00:01:59.670 --> 00:01:59.680 align:start position:0% and you can ask me any question about 00:01:59.680 --> 00:02:02.469 align:start position:0% and you can ask me any question about your<00:01:59.920><c> store,</c><00:02:00.399><c> whether</c><00:02:00.640><c> it's</c><00:02:00.880><c> CRO,</c><00:02:01.759><c> SEO,</c> 00:02:02.469 --> 00:02:02.479 align:start position:0% your store, whether it's CRO, SEO, 00:02:02.479 --> 00:02:05.270 align:start position:0% your store, whether it's CRO, SEO, analytics,<00:02:03.200><c> emails,</c><00:02:03.920><c> apps</c><00:02:04.240><c> to</c><00:02:04.399><c> try,</c><00:02:04.960><c> whatever</c> 00:02:05.270 --> 00:02:05.280 align:start position:0% analytics, emails, apps to try, whatever 00:02:05.280 --> 00:02:07.429 align:start position:0% analytics, emails, apps to try, whatever it<00:02:05.439><c> is</c><00:02:05.600><c> you're</c><00:02:05.840><c> working</c><00:02:06.079><c> on,</c><00:02:06.479><c> and</c><00:02:06.719><c> get</c><00:02:06.960><c> clear,</c> 00:02:07.429 --> 00:02:07.439 align:start position:0% it is you're working on, and get clear, 00:02:07.439 --> 00:02:09.510 align:start position:0% it is you're working on, and get clear, practical<00:02:07.840><c> feedback.</c><00:02:08.479><c> Plus,</c><00:02:08.879><c> you'll</c><00:02:09.200><c> also</c><00:02:09.360><c> be</c> 00:02:09.510 --> 00:02:09.520 align:start position:0% practical feedback. Plus, you'll also be 00:02:09.520 --> 00:02:11.110 align:start position:0% practical feedback. Plus, you'll also be learning<00:02:09.759><c> from</c><00:02:10.000><c> the</c><00:02:10.160><c> other</c><00:02:10.319><c> Shopify</c><00:02:10.800><c> members</c> 00:02:11.110 --> 00:02:11.120 align:start position:0% learning from the other Shopify members 00:02:11.120 --> 00:02:12.710 align:start position:0% learning from the other Shopify members within<00:02:11.440><c> the</c><00:02:11.599><c> community.</c><00:02:12.080><c> See</c><00:02:12.319><c> the</c><00:02:12.480><c> questions</c> 00:02:12.710 --> 00:02:12.720 align:start position:0% within the community. See the questions 00:02:12.720 --> 00:02:14.150 align:start position:0% within the community. See the questions that<00:02:12.879><c> they're</c><00:02:13.120><c> asking,</c><00:02:13.599><c> the</c><00:02:13.840><c> challenges</c> 00:02:14.150 --> 00:02:14.160 align:start position:0% that they're asking, the challenges 00:02:14.160 --> 00:02:15.670 align:start position:0% that they're asking, the challenges they're<00:02:14.480><c> facing,</c><00:02:14.879><c> and</c><00:02:15.120><c> how</c><00:02:15.280><c> I'm</c><00:02:15.440><c> helping</c> 00:02:15.670 --> 00:02:15.680 align:start position:0% they're facing, and how I'm helping 00:02:15.680 --> 00:02:17.190 align:start position:0% they're facing, and how I'm helping them,<00:02:15.920><c> too.</c><00:02:16.160><c> So</c><00:02:16.319><c> you</c><00:02:16.480><c> won't</c><00:02:16.640><c> be</c><00:02:16.800><c> figuring</c><00:02:17.040><c> this</c> 00:02:17.190 --> 00:02:17.200 align:start position:0% them, too. So you won't be figuring this 00:02:17.200 --> 00:02:18.790 align:start position:0% them, too. So you won't be figuring this out<00:02:17.360><c> alone.</c><00:02:17.760><c> And</c><00:02:17.920><c> think</c><00:02:18.080><c> of</c><00:02:18.160><c> it</c><00:02:18.319><c> like</c><00:02:18.480><c> this.</c> 00:02:18.790 --> 00:02:18.800 align:start position:0% out alone. And think of it like this. 00:02:18.800 --> 00:02:20.949 align:start position:0% out alone. And think of it like this. One<00:02:19.120><c> good</c><00:02:19.360><c> answer</c><00:02:19.840><c> could</c><00:02:20.080><c> easily</c><00:02:20.400><c> pay</c><00:02:20.640><c> for</c><00:02:20.800><c> the</c> 00:02:20.949 --> 00:02:20.959 align:start position:0% One good answer could easily pay for the 00:02:20.959 --> 00:02:22.710 align:start position:0% One good answer could easily pay for the year.<00:02:21.280><c> If</c><00:02:21.440><c> that</c><00:02:21.680><c> sounds</c><00:02:22.000><c> helpful,</c><00:02:22.480><c> then</c> 00:02:22.710 --> 00:02:22.720 align:start position:0% year. If that sounds helpful, then 00:02:22.720 --> 00:02:24.309 align:start position:0% year. If that sounds helpful, then there's<00:02:22.800><c> a</c><00:02:22.959><c> link</c><00:02:23.120><c> in</c><00:02:23.280><c> the</c><00:02:23.440><c> description</c><00:02:23.760><c> below</c> 00:02:24.309 --> 00:02:24.319 align:start position:0% there's a link in the description below 00:02:24.319 --> 00:02:25.910 align:start position:0% there's a link in the description below or<00:02:24.480><c> you</c><00:02:24.640><c> can</c><00:02:24.720><c> go</c><00:02:24.879><c> straight</c><00:02:25.120><c> to</c><00:02:25.680><c> e</c> 00:02:25.910 --> 00:02:25.920 align:start position:0% or you can go straight to e 00:02:25.920 --> 00:02:28.470 align:start position:0% or you can go straight to e community.lrdigital.uk. 00:02:28.470 --> 00:02:28.480 align:start position:0% community.lrdigital.uk. 00:02:28.480 --> 00:02:30.229 align:start position:0% community.lrdigital.uk. So<00:02:28.640><c> I've</c><00:02:28.800><c> just</c><00:02:28.959><c> published</c><00:02:29.280><c> Horizon</c><00:02:29.760><c> theme</c><00:02:30.080><c> so</c> 00:02:30.229 --> 00:02:30.239 align:start position:0% So I've just published Horizon theme so 00:02:30.239 --> 00:02:31.510 align:start position:0% So I've just published Horizon theme so we<00:02:30.400><c> can</c><00:02:30.480><c> see</c><00:02:30.640><c> what</c><00:02:30.800><c> it</c><00:02:30.959><c> looks</c><00:02:31.120><c> like</c><00:02:31.280><c> on</c><00:02:31.440><c> the</c> 00:02:31.510 --> 00:02:31.520 align:start position:0% we can see what it looks like on the 00:02:31.520 --> 00:02:33.750 align:start position:0% we can see what it looks like on the front<00:02:31.680><c> end.</c><00:02:32.000><c> If</c><00:02:32.080><c> we</c><00:02:32.319><c> scroll</c><00:02:32.560><c> down,</c><00:02:33.280><c> we'll</c><00:02:33.519><c> see</c> 00:02:33.750 --> 00:02:33.760 align:start position:0% front end. If we scroll down, we'll see 00:02:33.760 --> 00:02:35.509 align:start position:0% front end. If we scroll down, we'll see it's<00:02:33.920><c> in</c><00:02:34.000><c> the</c><00:02:34.160><c> same</c><00:02:34.319><c> position</c><00:02:34.720><c> bottom</c><00:02:35.040><c> left.</c> 00:02:35.509 --> 00:02:35.519 align:start position:0% it's in the same position bottom left. 00:02:35.519 --> 00:02:37.190 align:start position:0% it's in the same position bottom left. Slightly<00:02:36.000><c> different,</c><00:02:36.400><c> but</c><00:02:36.720><c> again</c><00:02:36.959><c> it's</c> 00:02:37.190 --> 00:02:37.200 align:start position:0% Slightly different, but again it's 00:02:37.200 --> 00:02:39.030 align:start position:0% Slightly different, but again it's showing<00:02:37.599><c> powered</c><00:02:37.920><c> by</c><00:02:38.080><c> Shopify.</c><00:02:38.640><c> So</c><00:02:38.720><c> we'll</c><00:02:38.959><c> do</c> 00:02:39.030 --> 00:02:39.040 align:start position:0% showing powered by Shopify. So we'll do 00:02:39.040 --> 00:02:40.470 align:start position:0% showing powered by Shopify. So we'll do a<00:02:39.200><c> similar</c><00:02:39.519><c> method</c><00:02:39.760><c> and</c><00:02:40.000><c> we'll</c><00:02:40.160><c> click</c><00:02:40.319><c> on</c> 00:02:40.470 --> 00:02:40.480 align:start position:0% a similar method and we'll click on 00:02:40.480 --> 00:02:42.470 align:start position:0% a similar method and we'll click on these<00:02:40.720><c> three</c><00:02:40.959><c> dots</c><00:02:41.360><c> edit</c><00:02:41.680><c> code.</c><00:02:42.160><c> But</c><00:02:42.239><c> the</c> 00:02:42.470 --> 00:02:42.480 align:start position:0% these three dots edit code. But the 00:02:42.480 --> 00:02:44.150 align:start position:0% these three dots edit code. But the difference<00:02:42.720><c> this</c><00:02:43.040><c> time</c><00:02:43.200><c> is</c><00:02:43.440><c> that</c><00:02:43.599><c> it's</c><00:02:43.840><c> not</c><00:02:44.000><c> in</c> 00:02:44.150 --> 00:02:44.160 align:start position:0% difference this time is that it's not in 00:02:44.160 --> 00:02:45.990 align:start position:0% difference this time is that it's not in a<00:02:44.319><c> section.</c><00:02:44.800><c> it's</c><00:02:45.040><c> a</c><00:02:45.280><c> block</c><00:02:45.519><c> within</c><00:02:45.840><c> a</c> 00:02:45.990 --> 00:02:46.000 align:start position:0% a section. it's a block within a 00:02:46.000 --> 00:02:48.150 align:start position:0% a section. it's a block within a section.<00:02:46.480><c> So</c><00:02:46.959><c> instead</c><00:02:47.280><c> of</c><00:02:47.599><c> going</c><00:02:47.840><c> to</c><00:02:48.000><c> the</c> 00:02:48.150 --> 00:02:48.160 align:start position:0% section. So instead of going to the 00:02:48.160 --> 00:02:50.470 align:start position:0% section. So instead of going to the footer.l<00:02:48.959><c> liquid</c><00:02:49.280><c> from</c><00:02:49.680><c> sections,</c><00:02:50.239><c> we'll</c> 00:02:50.470 --> 00:02:50.480 align:start position:0% footer.l liquid from sections, we'll 00:02:50.480 --> 00:02:52.229 align:start position:0% footer.l liquid from sections, we'll just<00:02:50.720><c> minimize</c><00:02:51.200><c> this</c><00:02:51.519><c> dropdown</c><00:02:51.920><c> and</c><00:02:52.160><c> then</c> 00:02:52.229 --> 00:02:52.239 align:start position:0% just minimize this dropdown and then 00:02:52.239 --> 00:02:54.070 align:start position:0% just minimize this dropdown and then we'll<00:02:52.480><c> expand</c><00:02:52.800><c> this</c><00:02:52.959><c> dropown</c><00:02:53.360><c> and</c><00:02:53.599><c> we'll</c><00:02:53.840><c> keep</c> 00:02:54.070 --> 00:02:54.080 align:start position:0% we'll expand this dropown and we'll keep 00:02:54.080 --> 00:02:56.949 align:start position:0% we'll expand this dropown and we'll keep scrolling<00:02:54.560><c> down</c><00:02:54.959><c> until</c><00:02:55.360><c> we</c><00:02:55.599><c> see</c><00:02:56.239><c> the</c><00:02:56.480><c> footer</c> 00:02:56.949 --> 00:02:56.959 align:start position:0% scrolling down until we see the footer 00:02:56.959 --> 00:02:59.190 align:start position:0% scrolling down until we see the footer copyright.l<00:02:57.920><c> liquid</c><00:02:58.319><c> and</c><00:02:58.480><c> then</c><00:02:58.720><c> we</c><00:02:58.879><c> can</c><00:02:59.120><c> see</c> 00:02:59.190 --> 00:02:59.200 align:start position:0% copyright.l liquid and then we can see 00:02:59.200 --> 00:03:01.910 align:start position:0% copyright.l liquid and then we can see it<00:02:59.440><c> straight</c><00:02:59.680><c> away.</c><00:03:00.080><c> It's</c><00:03:00.239><c> just</c><00:03:00.480><c> here.</c><00:03:01.760><c> But</c> 00:03:01.910 --> 00:03:01.920 align:start position:0% it straight away. It's just here. But 00:03:01.920 --> 00:03:03.670 align:start position:0% it straight away. It's just here. But again,<00:03:02.159><c> you</c><00:03:02.319><c> can</c><00:03:02.400><c> use</c><00:03:02.560><c> the</c><00:03:02.720><c> search</c><00:03:03.120><c> by</c><00:03:03.360><c> using</c> 00:03:03.670 --> 00:03:03.680 align:start position:0% again, you can use the search by using 00:03:03.680 --> 00:03:06.070 align:start position:0% again, you can use the search by using command<00:03:04.080><c> F</c><00:03:04.319><c> or</c><00:03:04.560><c> control</c><00:03:04.879><c> F</c><00:03:05.120><c> and</c><00:03:05.360><c> then</c><00:03:05.519><c> type</c><00:03:05.760><c> in</c> 00:03:06.070 --> 00:03:06.080 align:start position:0% command F or control F and then type in 00:03:06.080 --> 00:03:08.309 align:start position:0% command F or control F and then type in powered<00:03:07.280><c> and</c><00:03:07.519><c> that</c><00:03:07.680><c> will</c><00:03:07.840><c> highlight</c><00:03:08.080><c> the</c> 00:03:08.309 --> 00:03:08.319 align:start position:0% powered and that will highlight the 00:03:08.319 --> 00:03:09.910 align:start position:0% powered and that will highlight the correct<00:03:08.480><c> section.</c><00:03:08.959><c> So</c><00:03:09.200><c> what</c><00:03:09.360><c> this</c><00:03:09.519><c> is</c><00:03:09.680><c> saying</c> 00:03:09.910 --> 00:03:09.920 align:start position:0% correct section. So what this is saying 00:03:09.920 --> 00:03:11.430 align:start position:0% correct section. So what this is saying there's<00:03:10.080><c> an</c><00:03:10.239><c> if</c><00:03:10.480><c> statement</c><00:03:10.800><c> and</c><00:03:11.040><c> all</c><00:03:11.200><c> that</c> 00:03:11.430 --> 00:03:11.440 align:start position:0% there's an if statement and all that 00:03:11.440 --> 00:03:13.670 align:start position:0% there's an if statement and all that basically<00:03:11.760><c> means</c><00:03:11.920><c> is</c><00:03:12.319><c> if</c><00:03:12.560><c> the</c><00:03:12.800><c> block</c><00:03:13.040><c> setting</c> 00:03:13.670 --> 00:03:13.680 align:start position:0% basically means is if the block setting 00:03:13.680 --> 00:03:16.550 align:start position:0% basically means is if the block setting says<00:03:14.159><c> show</c><00:03:14.560><c> powered</c><00:03:14.959><c> by</c><00:03:15.280><c> then</c><00:03:15.599><c> output</c><00:03:16.000><c> this</c> 00:03:16.550 --> 00:03:16.560 align:start position:0% says show powered by then output this 00:03:16.560 --> 00:03:18.390 align:start position:0% says show powered by then output this and<00:03:16.720><c> then</c><00:03:17.040><c> close</c><00:03:17.280><c> that</c><00:03:17.440><c> end</c><00:03:17.680><c> if.</c><00:03:17.920><c> So</c><00:03:18.080><c> again</c> 00:03:18.390 --> 00:03:18.400 align:start position:0% and then close that end if. So again 00:03:18.400 --> 00:03:20.229 align:start position:0% and then close that end if. So again rather<00:03:18.640><c> than</c><00:03:18.879><c> deleting</c><00:03:19.440><c> we're</c><00:03:19.599><c> just</c><00:03:19.760><c> going</c><00:03:20.000><c> to</c> 00:03:20.229 --> 00:03:20.239 align:start position:0% rather than deleting we're just going to 00:03:20.239 --> 00:03:21.910 align:start position:0% rather than deleting we're just going to comment<00:03:20.560><c> this</c><00:03:20.800><c> out.</c><00:03:21.120><c> So</c><00:03:21.280><c> all</c><00:03:21.440><c> I'm</c><00:03:21.599><c> going</c><00:03:21.680><c> to</c><00:03:21.760><c> do</c> 00:03:21.910 --> 00:03:21.920 align:start position:0% comment this out. So all I'm going to do 00:03:21.920 --> 00:03:23.910 align:start position:0% comment this out. So all I'm going to do is<00:03:22.080><c> just</c><00:03:22.400><c> enter</c><00:03:22.800><c> and</c><00:03:23.040><c> then</c><00:03:23.200><c> exactly</c><00:03:23.599><c> the</c><00:03:23.760><c> same</c> 00:03:23.910 --> 00:03:23.920 align:start position:0% is just enter and then exactly the same 00:03:23.920 --> 00:03:27.430 align:start position:0% is just enter and then exactly the same again<00:03:24.239><c> curly</c><00:03:24.640><c> brackets</c><00:03:25.280><c> percentage</c><00:03:26.000><c> comment</c> 00:03:27.430 --> 00:03:27.440 align:start position:0% again curly brackets percentage comment 00:03:27.440 --> 00:03:29.509 align:start position:0% again curly brackets percentage comment and<00:03:27.680><c> then</c><00:03:27.920><c> below</c><00:03:28.319><c> this</c><00:03:28.560><c> end</c><00:03:28.800><c> if</c><00:03:29.120><c> we'll</c><00:03:29.360><c> create</c> 00:03:29.509 --> 00:03:29.519 align:start position:0% and then below this end if we'll create 00:03:29.519 --> 00:03:31.350 align:start position:0% and then below this end if we'll create a<00:03:29.680><c> new</c><00:03:29.760><c> line</c><00:03:30.080><c> and</c><00:03:30.239><c> then</c><00:03:30.480><c> curly</c><00:03:30.879><c> brackets</c> 00:03:31.350 --> 00:03:31.360 align:start position:0% a new line and then curly brackets 00:03:31.360 --> 00:03:34.229 align:start position:0% a new line and then curly brackets percentage<00:03:32.159><c> end</c><00:03:32.640><c> comment</c><00:03:33.599><c> and</c><00:03:33.840><c> then</c><00:03:34.000><c> hit</c> 00:03:34.229 --> 00:03:34.239 align:start position:0% percentage end comment and then hit 00:03:34.239 --> 00:03:36.550 align:start position:0% percentage end comment and then hit save.<00:03:34.640><c> Now</c><00:03:34.799><c> if</c><00:03:35.040><c> we</c><00:03:35.360><c> refresh</c><00:03:35.840><c> this</c><00:03:36.080><c> front</c><00:03:36.319><c> end</c> 00:03:36.550 --> 00:03:36.560 align:start position:0% save. Now if we refresh this front end 00:03:36.560 --> 00:03:38.309 align:start position:0% save. Now if we refresh this front end you'll<00:03:36.879><c> see</c><00:03:36.959><c> that</c><00:03:37.120><c> it's</c><00:03:37.280><c> just</c><00:03:37.519><c> l</c><00:03:37.840><c> digital</c><00:03:38.080><c> dev</c> 00:03:38.309 --> 00:03:38.319 align:start position:0% you'll see that it's just l digital dev 00:03:38.319 --> 00:03:39.750 align:start position:0% you'll see that it's just l digital dev store.<00:03:38.480><c> now</c><00:03:38.720><c> and</c><00:03:38.879><c> it</c><00:03:39.040><c> even</c><00:03:39.200><c> removed</c><00:03:39.519><c> that</c> 00:03:39.750 --> 00:03:39.760 align:start position:0% store. now and it even removed that 00:03:39.760 --> 00:03:41.830 align:start position:0% store. now and it even removed that comma.<00:03:40.239><c> So</c><00:03:40.400><c> if</c><00:03:40.560><c> you're</c><00:03:40.799><c> not</c><00:03:40.959><c> on</c><00:03:41.200><c> Dawn</c><00:03:41.599><c> or</c> 00:03:41.830 --> 00:03:41.840 align:start position:0% comma. So if you're not on Dawn or 00:03:41.840 --> 00:03:43.509 align:start position:0% comma. So if you're not on Dawn or Horizon,<00:03:42.480><c> it</c><00:03:42.640><c> will</c><00:03:42.799><c> be</c><00:03:42.879><c> a</c><00:03:43.040><c> similar</c><00:03:43.280><c> method</c> 00:03:43.509 --> 00:03:43.519 align:start position:0% Horizon, it will be a similar method 00:03:43.519 --> 00:03:44.949 align:start position:0% Horizon, it will be a similar method that<00:03:43.680><c> you</c><00:03:43.840><c> need</c><00:03:43.920><c> to</c><00:03:44.000><c> do</c><00:03:44.159><c> within</c><00:03:44.400><c> your</c><00:03:44.560><c> theme.</c> 00:03:44.949 --> 00:03:44.959 align:start position:0% that you need to do within your theme. 00:03:44.959 --> 00:03:47.190 align:start position:0% that you need to do within your theme. Have<00:03:45.120><c> a</c><00:03:45.280><c> look</c><00:03:45.440><c> for</c><00:03:45.599><c> your</c><00:03:45.920><c> footer</c><00:03:46.319><c> theme</c><00:03:46.720><c> files,</c> 00:03:47.190 --> 00:03:47.200 align:start position:0% Have a look for your footer theme files, 00:03:47.200 --> 00:03:48.949 align:start position:0% Have a look for your footer theme files, search<00:03:47.440><c> for</c><00:03:47.599><c> the</c><00:03:47.760><c> powered</c><00:03:48.080><c> by</c><00:03:48.480><c> and</c><00:03:48.560><c> then</c><00:03:48.720><c> just</c> 00:03:48.949 --> 00:03:48.959 align:start position:0% search for the powered by and then just 00:03:48.959 --> 00:03:50.789 align:start position:0% search for the powered by and then just use<00:03:49.200><c> that</c><00:03:49.360><c> same</c><00:03:49.599><c> method</c><00:03:49.840><c> of</c><00:03:50.000><c> commenting</c><00:03:50.480><c> out.</c> 00:03:50.789 --> 00:03:50.799 align:start position:0% use that same method of commenting out. 00:03:50.799 --> 00:03:52.710 align:start position:0% use that same method of commenting out. And<00:03:50.959><c> best</c><00:03:51.200><c> practice</c><00:03:51.680><c> would</c><00:03:51.920><c> always</c><00:03:52.159><c> be</c><00:03:52.319><c> to</c> 00:03:52.710 --> 00:03:52.720 align:start position:0% And best practice would always be to 00:03:52.720 --> 00:03:54.630 align:start position:0% And best practice would always be to make<00:03:52.879><c> a</c><00:03:53.040><c> copy</c><00:03:53.280><c> of</c><00:03:53.440><c> your</c><00:03:53.599><c> theme,</c><00:03:54.000><c> edit</c><00:03:54.319><c> on</c><00:03:54.480><c> that</c> 00:03:54.630 --> 00:03:54.640 align:start position:0% make a copy of your theme, edit on that 00:03:54.640 --> 00:03:56.470 align:start position:0% make a copy of your theme, edit on that theme<00:03:54.959><c> first,</c><00:03:55.360><c> preview</c><00:03:55.760><c> it,</c><00:03:56.080><c> make</c><00:03:56.159><c> sure</c><00:03:56.319><c> it's</c> 00:03:56.470 --> 00:03:56.480 align:start position:0% theme first, preview it, make sure it's 00:03:56.480 --> 00:03:57.990 align:start position:0% theme first, preview it, make sure it's all<00:03:56.640><c> working,</c><00:03:57.040><c> there's</c><00:03:57.200><c> no</c><00:03:57.360><c> issues,</c><00:03:57.760><c> and</c><00:03:57.840><c> then</c> 00:03:57.990 --> 00:03:58.000 align:start position:0% all working, there's no issues, and then 00:03:58.000 --> 00:03:59.350 align:start position:0% all working, there's no issues, and then once<00:03:58.159><c> you're</c><00:03:58.319><c> happy,</c><00:03:58.640><c> you</c><00:03:58.799><c> can</c><00:03:58.879><c> publish</c><00:03:59.200><c> that</c> 00:03:59.350 --> 00:03:59.360 align:start position:0% once you're happy, you can publish that 00:03:59.360 --> 00:04:01.429 align:start position:0% once you're happy, you can publish that one<00:03:59.599><c> or</c><00:04:00.000><c> make</c><00:04:00.159><c> those</c><00:04:00.480><c> same</c><00:04:00.640><c> changes</c><00:04:01.120><c> in</c><00:04:01.280><c> your</c> 00:04:01.429 --> 00:04:01.439 align:start position:0% one or make those same changes in your 00:04:01.439 --> 00:04:02.789 align:start position:0% one or make those same changes in your live<00:04:01.680><c> theme.</c><00:04:02.000><c> And</c><00:04:02.080><c> that's</c><00:04:02.239><c> all</c><00:04:02.400><c> there</c><00:04:02.560><c> is</c><00:04:02.640><c> to</c> 00:04:02.789 --> 00:04:02.799 align:start position:0% live theme. And that's all there is to 00:04:02.799 --> 00:04:04.309 align:start position:0% live theme. And that's all there is to it.<00:04:02.959><c> If</c><00:04:03.120><c> you</c><00:04:03.200><c> found</c><00:04:03.360><c> that</c><00:04:03.599><c> helpful,</c><00:04:04.080><c> don't</c> 00:04:04.309 --> 00:04:04.319 align:start position:0% it. If you found that helpful, don't 00:04:04.319 --> 00:04:05.830 align:start position:0% it. If you found that helpful, don't forget<00:04:04.480><c> to</c><00:04:04.640><c> like</c><00:04:04.879><c> and</c><00:04:05.120><c> subscribe</c><00:04:05.439><c> for</c><00:04:05.680><c> more</c> 00:04:05.830 --> 00:04:05.840 align:start position:0% forget to like and subscribe for more 00:04:05.840 --> 00:04:07.350 align:start position:0% forget to like and subscribe for more Shopify<00:04:06.319><c> tips.</c><00:04:06.640><c> And</c><00:04:06.799><c> I'll</c><00:04:06.959><c> see</c><00:04:07.040><c> you</c><00:04:07.120><c> in</c><00:04:07.280><c> the</c> 00:04:07.350 --> 00:04:07.360 align:start position:0% Shopify tips. And I'll see you in the 00:04:07.360 --> 00:04:09.920 align:start position:0% Shopify tips. And I'll see you in the next<00:04:07.519><c> one.</c>