• Resolved swamptheng666

    (@swamptheng666)


    Hi
    I don’t know a lot about WP but, as an inquisitive type, jumped in and created a basic site. It is: https://www.simonsaysit.co.uk.
    After much playing around and editing I managed to lose the footer – it is blank. I looked at the good advice given before posting ‘threads’ and tried debugging on ie and firefox. It isn’t much help to me as yet.
    Thanks Guys and Girls for any info.
    Regards to all

    Simon

Viewing 4 replies - 1 through 4 (of 4 total)
  • Your footer is loading but you are using white text on a white background so you cannot see it:

    #footer-bottom #copyright, #footer-bottom #credit {
        color: rgba(255, 255, 255, 0.5);
    }

    Look for that code in your style.css and change to a darker color:

    #footer-bottom #copyright, #footer-bottom #credit {
        color: #000000;
    }

    You also should be making your changes in a child theme or use a custom CSS plugin.

    Thread Starter swamptheng666

    (@swamptheng666)

    Thanks Mike
    I will have a look tomorrow and do as you say.
    All the best

    Simon

    Thread Starter swamptheng666

    (@swamptheng666)

    Some text is appearing as I have played with the colour codes. I should call the case ‘closed’ soon I hope.
    Thanks Mike

    Thread Starter swamptheng666

    (@swamptheng666)

    Hi. Thanks again for the tip. I tried changing the colour codes which had a patchy effect. Eventually I deactivated some sidebar widgets (iframe and advanced text) one or both of which which appear to have interfered with the colour scheme.

    All the best

    Simon

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘lost footer in hueman them’ is closed to new replies.