Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1015396
    Darren G
    Participant

    Hi,

    Can someone have a look at my site please – http://grow-digital1.com/

    I have the footer section enabled but no content is appearing.

    Thanks

    #1015414
    Rupok
    Member

    Hi there,

    Thanks for writing in! For the Footer Widget area, you need to set widgets from Appearance > Widgets to the Footers (Footer 1, Footer 2 etc.).

    And for the bottom footer, it seems you have set a white background for the content where text and icon color is white :

    .x-colophon.bottom {
      background-color: hsl(0, 0%, 100%);
    }

    So let’s remove this to get expected result.

    Cheers!

    #1016936
    Darren G
    Participant

    Hi Rupok,

    Thanks for the reply.

    I still can’t get this working.

    I’ve added the custom CSS and activated footer area 4 with some dummy text – but nothing appears?

    Why is there a grey area and a white area at the bottom of the site, hopefully you can help?

    #1016952
    Darshana
    Moderator

    Hi there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1016960
    Darren G
    Participant
    This reply has been marked as private.
    #1016968
    Jade
    Moderator

    Hi Darren,

    I have activated the 4 sections in the footer area and they seem to be displaying fine when I saved them. You can see the widgets now when you go to your page.

    As for the white area below the gray footer section, it is where the social icons are displayed but they do not appear visible because the font color set to the icons are also white which is the same color as the background. You can change the color of the icons by finding updating this code to some other color values:

    .x-colophon.bottom, .x-colophon.bottom a, 
    .x-colophon.bottom .x-social-global a {
        color: #ffffff;
    }

    Hope this helps.

    #1016970
    Darren G
    Participant

    That’s brilliant thank you. Can I just disable the social section altogether?
    I would like the website to finish at the grey footer area.

    #1016998
    Darshana
    Moderator

    Hi there,

    Head over to Appearance -> Customize -> Footer and set Bottom Footer as Off.

    Hope that helps.

    #1017029
    Darren G
    Participant

    Yes, perfect thank you

    #1017031
    Rahul
    Moderator

    You are welcome!

  • <script> jQuery(function($){ $("#no-reply-1015396 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>