disabling footer
-
Hello @paulaazevedo !
You cannot remove footer without editing theme core files which we do not suggest.
Instead, you can follow steps below:
1)Remove all footer widgets.
Go to:
Dashboard->Apperance->Widgetsand remove all footer widgets (drag widgets to left side).
2) Disable social icons on footer.
Open Customizer. Go to:
Dashboard->Apperance->Customizeopen “Social Icons” menu and disable social icons on footer. http://prntscr.com/f8ibyk
3)(optional) Change footer area background color.
In Customizer open
Styling-> Footerand change color.Regards
Hi, can I remove somehow “Powered by Theme-Vision” link on the bottom of Agama theme?
Hello @sstworld777!
Yes, you can write your custom footer copyright.
Open Customizer. Go to:
Dashboard->Apperance->Customizethen ,scrool down to “Footer” menu, open editor and write your
custom footer copyright.
don’t forget to save changes.
Regards
Thanks for a quick response. Do I have to write it with CSS or PHP coding or just flat text? Also, there is no a save button in the editor, so how to save the changes?
Can you provide coding sample for this?
-
This reply was modified 9 years ago by
sstworld777.
-
This reply was modified 9 years ago by
sstworld777.
Hello @sstworld777,
You can write flat text mixed with html code if you are adding a custom url to your copyright area.
Example:
Powered by <a href="http://example.com">Example</a>Once you add your custom copyright text close popup or pres ESC key an hit save button in cuzomizer top area.
Regards
Thank you very much!
Sorry… I also want to customize the footer text by following your instruction:
Open Customizer. Go to:Dashboard->Apperance->Customize
then ,scrool down to “Footer” menu, open editor…But just have a blank popup without area for further editing. Is it my browser problem or whatelse indeed?
Thanks!
Hi becalvin! Have you tried to type in that pop-up?:))))
Oh!!! Can type!! Hahaha!!
The screen is just soooooo unsual blank that as if an error. Would suggest modify the layout to avoid confuse.
Anyway, thx!
Is it possible to set automatic year in footer? Or need to amend php file of theme? If did, can give advise?
Thx!
Hello Becalvin!
You can automatically refresh the copyright year by inserting a simple JavaScript.
Open Footer editor and add code below:
Code:
<script language="javascript" type="text/javascript"> var today = new Date() var year = today.getFullYear() document.write(year) </script>Regards
-
This reply was modified 9 years ago by
The topic ‘disabling footer’ is closed to new replies.
