Home Forums WoodMart support forum FOOTER COPYRIGHTS layout

FOOTER COPYRIGHTS layout

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #66031

    d_ch
    Participant

    Hi,

    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:

    https://sonice-samos.com/

    Doesn’t your Copyrights text at FOOTER COPYRIGHTS OPTIONS support <span> element?

    Waiting for your reply.

    Regards,
    Dimitris

    Attachments:
    You must be logged in to view attached files.
    #66097

    Hello,

    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

    #66099

    d_ch
    Participant

    Hi,

    Regarding your 3rd reply, the screenshot “https://prnt.sc/k2rdyyand&#8221; 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.
    #66251

    Hello,

    Here is the correct screen https://prnt.sc/k2rdyy

    You will see how to write code to get what you want.

    Best Regars

Viewing 4 posts - 1 through 4 (of 4 total)