Hi Team,
Please how can i remove or change the branding"Proudly powered by WordPress | Theme: Sydney by aThemes."?
Thanks
Hi Team,
Please how can i remove or change the branding"Proudly powered by WordPress | Theme: Sydney by aThemes."?
Thanks
Hi,
In order to remove footer info apply custom css code below to style.css file or by using simple custom css plugin:
.site-info.container {
display: none;
}
In order to change it you will have to edit theme folder / footer.php file and to change marked lines to your liking http://screencast.com/t/8rQMVrGiy4BV
For these kind of changes you should consider using child theme, and to make edits to footer.php from there. In this way changes will be permanent after theme updates.
Best Regards
Hi, I have removed the âProudly powered by WordPress | Theme: Sydney by aThemes.â using the CSS code provided. Thanks for that.
Besides, I have used Footer Putter plugin to add in my own copyright statement. But would like to ask how could I change the footerâs background color from white color to black for example?
Thanks.
Hi
@dimikjones id like to edit the footer, using the child theme, as you suggested. But the child theme only has a fucntions.php and styles.css file. How do i make edits to footer.php using child theme? can you please explain. Thanks
Hello there,
Footer background is dark gray by default. In order to change it to white use custom css code below:
.site-footer {
background-color: #ffffff;
}
If this is not working for you, please share your page link with us so we can provide css code more precisely.
Child theme will inherit template files from main theme, but if you copy footer.php from main theme to child theme folder, then it will override parent theme footer.php. Good reading https://codex.wordpress.org/Child_Themes
All the Best!
How do you change the font size??
and put a hyperlink?
Hello there,
.site-info.container {
font-size: 16px;
}
You can apply the code with this plugin https://wordpress.org/plugins/simple-custom-css/ and of course change font-size value to your liking.
All the Best!
Thank you very much!
Youâre welcome,
And thank you for using our theme.
Best Regards!
method 1. find and delete som lines code of footer, see here
method 2. Hide WordPress Footer Message
Click on the âStyle.cssâ file located nearly at the bottom of âTemplatesâ section. Add the following code at the end of âStyle.cssâ file and click on âUpdate Fileâ button.
.site-info {
display : none;
}
Got one questionâŚhow do you remove the âNews hello worldâ âcontactâ and the map from the footer region?
Thanks,
-Richard
Hello Richard,
This is support forum for Sydney theme, and you can find how to add content in our documents sections https://athemes.com/documentation/sydney/, and there is also option to delete elements or row from page content in order to remove it.
Regarding footer section, all elements are added trough text widgets from Appearance > Widgets > Footer widget areas.
If there is something else, please share your site link so we can see what you were referring to, thanks.
All the Best!
Fatal error: Call to undefined method WPaaS\Cache::flush() in /home/content/n3pnexwpnas01_data03/23/3472323/html/wp-content/mu-plugins/gd-system-plugin/includes/admin/class-file-editor.php on line 124
this is the error i get anytime i pressed the uodate button.
Please help.
@enebeokezie@gmail.com
Hello there,
Error is from one of additional plugins which is used on your installation. These forums are for our themes. So please contact the developer/vendor directly for support with your question, or disable additional plugins one by one and test every time in order to fined the culprit.
Best Regards!
Hello, dimikjones
Please correct link to the picture in your post #42443, its broken
(http://screencast.com/t/8rQMVrGiy4BV)
Kind regards
Hello,
When you open footer.php file you will see what needs to be changed, here is the screenshot http://screencast.com/t/2q55fNwwb
or you can remove marked line and to replace it with anything else by using HTML paragraph http://www.w3schools.com/html/html_paragraphs.asp or link http://www.w3schools.com/html/html_links.asp
Iâll mark this topic as resolved because it is pretty old one.
Best Regards!
I used site this tag,
.site-info.container {
display: none;
}
and when i tried FOOTER PUTTER, It conflics my sliding form
i want to reverse "Remove âProudly powered by WordPress | Theme: Sydney by aThemes.â
How can I add my social media icons to the footer after removing the âpowered byâŚâ post?
How do I insert a copyright and Company name and all rights reserved text in the footer. Thanks!