Ideations tweaks

Software, electronics, audio-visual topics
Post Reply
User avatar
Mike R
Site Admin
Posts: 64
Joined: Fri Jan 24, 2020 3:40 am

Ideations tweaks

Post by Mike R »

Aside from the regular tweaks of CSS, to get rid of the footer callout you need to edit the footer.php file and delete lines 32-34

https://colorlibsupport.com/t/how-to-mo ... dits/17772

How to modify the footer credits
Shapely
Aug 2017

How to modify the footer credits ?

Thanks !

Hey there,
I hope you’re doing well today

To do this, you can go to Appearance > Customize > Footer > Copyright Text

Best Regards,
Support
oyvind
Aug '17

No, the : Theme by Colorlib Powered by WordPress , did not go away.

See the screenshot
mikesupport17
Aug '17

Hello there,

You can use the following CSS code to remove the footer credits by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove footer credits*/
.footer-credits {
color: #fff;
display: none;
}

Best Regards,
Support
You Wouldn't Believe How Hard I Have to Work to be Lazy
Post Reply