Beginnersblog.org header & footer final logo
Search
Close this search box.

Beginner's Guide To Start A Blog With AI

How To Remove & Customize “Theme by Colorlib” Shown in Footer From Activello Wordpress Theme

In full transparency – some of the links on this page are affiliate links, if you use them to make a purchase I will earn a little commission at no additional cost to you. It helps me create valuable content for you and also helps me keep this blog up and running. (Your support will be appreciated!)

Are you using Activello WordPress theme? If yes then you might face an issue with remove & customise “theme by colorlib” tag shown in the footer.

I love this theme but when it came to removing the earlier issue. I was unable. But at the end, I got a solution.

So let me tell you how do I fix this issue which shows “Theme by colorlib powered by WordPress.”

How To Remove & Customize “Theme by Colorlib…” Demonstrated in Footer From Activello WordPress Theme

However, it requires a little bit coding skills but if you are not a coder. Don’t worry I am going to explain straightforwardly so that you can understand the process and implement the whole process step by step.

I have divided this process into two simple steps. So let’s get started

#1. Go to Appearance > Customize > Additional CSS

Here you need to put a few lines of code. The code is following

#colophon .copyright {
display: none;
}

Paste the above code into additional CSS section given in your theme customizer.

How to remove copyrighted tag shown in footer wordpress theme

#2. Add a paragraph tag (<p></p>)within the footer file

Follow this trail – Appearance >> Editor >> Theme footer >> find div id=”footer area”

See how you do it.

Just head over to Appearance > Editor > Footer.php. Here you will see some tricky code. I know most of you could get confused. But don’t worry I will explain you everything.

First of all, find the footer area out of this code or see this type of code <div id=”footer-area”>

Add the following code shown below just before the ending of footer tag </footer><!– #colophon –>

That means following code should be within the footer tag. (<footer></footer>)

<p>© yourdomain.com | All rights Reserved 2017 Developed by yourname</p>

 

how to change footer copyright tag from activello wordpress theme

Now you have almost done just click on update file button and check whether it works.

Conclusion

Although this is not much hard many of you, face the same issue during customising or removing footer tag. You can also remove footer tag of others themes by following the same trail. But before following these steps just ensure two things:-

  1. Footer id (here footer id is colophon)
  2. Footer class (here footer class is .copyright)

Once you find both, put them in this sequence given below.

#colophon .copyright

Then finally, you would able to remove or customise footer tag shown below from any theme.

I hope it would help you.

If you like this guide, do not forget to share on social media sites.

 

Save

Save

Save

Save

Save

Save

Save

Save

Save

The "Ultimate Blogging Toolkit" is a FREE ebook contains a list of 100+ tools that pro bloggers and affiliate marketers use to grow their blogs or websites.

More AI Writing Tools (Editor's Choice)

Featured

frase-io logo

Frase.io

With Frase.io, you can produce long-form content within an hour. It comes with all essential tools and features that can help you with researching, briefing/outlining, writing, and optimising. Best for bloggers, Freelancers, editors, and Writers.

All In One

Jasper.ai

Jasper helps you write an in-depth article, create a high converting ad copy for your marketing campaign, and generate product descriptions in minutes. Just give a little context to Jasper and its AI will do the rest. The only downside is that it's quite expensive

80+ AI Templates

writesonic logo

Writesonic

Writesonic claims to be the world’s most powerful AI content generator tool which can write 1500 words in 15 seconds. From students to freelancers to bloggers to marketers, anyone can create high quality content with Writesonic.

Beginner friendly

rytr.me logo

Rytr.me

Rytr is powered by state-of-the-art language AI which is capable of creating high-end unique content in minutes. It collects content from around the web, synthesis it with its own knowledge, and creates unique content for the client.

Find Related Content

Picture of Shailesh Shakya
Shailesh Shakya

I'm a Professional blogger, Pinterest Influencer, and Affiliate Marketer. I've been blogging since 2017 and helping over 20,000 Readers with blogging, make money online and other similar kinds of stuff. Find me on Pinterest, LinkedIn and Twitter!

5 thoughts on “How To Remove & Customize “Theme by Colorlib” Shown in Footer From Activello WordPress Theme”

Comments are closed.