Hi, Greetings from InkThemes! Please paste the code given below in Custom CSS field (Appearance -> Customize-> Theme Setting=> Custom Setting=> Custom CSS Section) of your dashboard. Code: .bottom_footer { display: none; } Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
That removed the entire footer - I just wanted to pull the portion that included the inkthemes information. We have our own copyright logo that we would be putting in the footer section.
Hi, You can easily replace that text from Footer Setting of your dashboard. You just all need to do is go to Dashboard=>Appearance=>Customize=>Footer Section=>Setting and put your text over there.. Hope it will resolve your issue Thanks & Regards! Priyanka InkThemes.com
This removed the entire footer. I would just like to remove the InkThemes portion and logo. We have our own copyright and logo I want to leave.
Hi, I got your concern. At present the ONE PAGE logo and the text "Copyright © InkThemes.com" is being displayed in the footer section of the homepage. To completely remove both the logo and the copyright text, you can use the custom CSS code given below:- Code: .bottom_footer .container { display: none; } OR, if you want to replace this default logo and text, you just need to go to Dashboard-> Appearance-> Customize -> Footer Section -> General Settings. Then you just need to upload your logo using the "Footer Logo Image" and enter your copyright information in the "Footer Copyright Text" section. By entering the above details, your content will replace the default displayed content. You can also follow the screenshot below:- Hope this helps...! Thanks & Regards! Nitin InkThemes.com