Home › Forums › WoodMart support forum › FOOTER COPYRIGHTS layout
FOOTER COPYRIGHTS layout
- This topic has 3 replies, 2 voices, and was last updated 6 years, 5 months ago by Elise Noromit.
-
AuthorPosts
-
July 4, 2018 at 8:05 pm #66031
d_chParticipantHi,
I would like to ask you about an issue that I have with your “footer copyrights layout” on my home page.
1) Even if I change its background color via the following CSS at Global Custom CSS:
.copyrights-wrapper{ background-color:#80a9bb!important; }
and deleting “Text next to copyrights”, it keeps showing the credit card icons and the text is not centered as it should.
2) I want to replace the text “Webfish” of the Copyrights text with my logo image “https://www.e-daniki.com/wp-content/uploads/2018/07/webfish_logo.png”:
© Copyright 2018. All Rights Reserved | Powered by Webfish
How can I achieve this? I tried it via the following text and CSS but it didn’t work:
© Copyright 2018. All Rights Reserved | Powered by <span></span>
.copyrights-wrapper span { display: inline-block; background: url(https://www.e-daniki.com/wp-content/uploads/2018/07/webfish_logo.png) no-repeat center center; width: 100px; height: 19px; line-height: 12px; vertical-align: middle; }
You can check the same method that I use to copyright text at one of my older websites below:
Doesn’t your Copyrights text at FOOTER COPYRIGHTS OPTIONS support <span> element?
Waiting for your reply.
Regards,
DimitrisAttachments:
You must be logged in to view attached files.July 5, 2018 at 8:00 am #66097
Elise NoromitMemberHello,
1. Now I see the background color as you have set: http://prntscr.com/k2rb29
2. In order to remove credit card image clear this field: http://prntscr.com/k2rbbu Theme Settings > Footer
3. I want to replace the text “Webfish Add this HTML code http://prntscr.com/k2rdyyand replace URL for your image.
Doesn’t your Copyrights text at FOOTER COPYRIGHTS OPTIONS support <span> element?
It does. You just need to write correct HTML.
Best Regards
July 5, 2018 at 8:23 am #66099
d_chParticipantHi,
Regarding your 3rd reply, the screenshot “https://prnt.sc/k2rdyyand” doesn’t open. Could you please send it again?
Currently I see “© 2018 Daniki. All rights reserved” at my footer copyright. Did you add this from another field maybe? The Copyrights text is empty.
Please check my screenshot attached.
Attachments:
You must be logged in to view attached files.July 5, 2018 at 10:10 am #66251
Elise NoromitMemberHello,
Here is the correct screen https://prnt.sc/k2rdyy
You will see how to write code to get what you want.
Best Regars
-
AuthorPosts
- You must be logged in to create new topics. Login / Register