Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #146377
    israel_finn
    Participant

    I’ve added the code to footer editing box but it doesn’t show up. Should I add some css code also?

    Thanks! https://israelfinn.com/

    #146402
    Skandha
    Participant

    @israel_finn: You seem to have added bit of CSS code due to which the footer is not showing up.
    Go to => Appearance => Customize => Additional CSS and remove the following CSS Code.

    #colophon {
        opacity: 0.0;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    #146481
    israel_finn
    Participant

    I actually wanted the footer background transparent and the text in black if possible.

    #146516
    Skandha
    Participant

    @israel_finn: I am not able to access your site. Can you let me know when you’re site is accessible?

    Kind Regards,
    Skandha

    #146546
    israel_finn
    Participant

    Sorry about that. It should be accessible now.

    #146659
    Skandha
    Participant

    @israel_finn: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #site-generator {
        background:none;
    }
    #site-generator P {
        color:#000;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    #146682
    israel_finn
    Participant

    That works great. Thanks so much!

    #146696
    Skandha
    Participant

    @israel_finn: Glad I could help you out. Have a good day!

    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘copyright credit not showing up in footer’ is closed to new replies.