This topic has 10 replies, 2 voices, and was last updated 9 years, 7 months ago ago by Robert Hall
Hello.
I have question about footer.
I would like to modify copyright to new place with static blocks.(I know How can I do.)
but now I do not need copyright and payment’s row anymore (last row). how can I delete this row? (I mean I would like this row disappear not only hide content.)
because I want to reduce the height of footer.
sorry for my English.
Thank you.
Hello,
Please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
please see my website at http://www.modernledcandles.com
thank you.
Sorry, but your site on maintenance mode. http://prntscr.com/6w2cgp
Could you please provide us with wp-admin access in Private Content to check issue more deeply?
Regards,
Robert Hall.
ok.
Please try to add this code in custom.css file
.copyright{
display:none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
it’s work. thank you so much.
but now I would like to ask you another one question.
How can i reduce space about last content and footer.
Please add the following code in custom.css file.
.responsive-sidebar-bottom {
margin-bottom: 0px;
}
Regards,
Robert Hall.
Thank you for your quick reply.
Hello,
You’re welcome!
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up