Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #853747

    amaynar2
    Participant

    Hi,

    I’m setting up a new website with X (Ethos), and am running into problems with the footer

    Initially, I could display a footer menu and social media icons. Now, despite these being set up correctly in the customizer, I cannot get the to display.

    In addition, the headers of two of the four widget areas in the footer are displaying in a different color.

    The website’s http://risk.redirectme.org/81

    I’m running v4.3.4 of X, with v4.4.2 of WordPress

    Thanks

    Andrew

    #853748

    amaynar2
    Participant

    … sorry, that URL should have been http://risk.redirectme.org:81

    #853879

    Christian
    Moderator

    Hey there,

    Your site could not be accessed (see attachment). Please check.

    Thanks.

    #854166

    amaynar2
    Participant

    Apologies – try this:

    http://risk.redirectme.net:81

    Andrew

    #854178

    Thai
    Moderator

    Hi Andrew,

    Please add the following CSS under Customizer > Custom > CSS:

    .x-colophon.bottom {
        background-color: #000;
    }
    .h-widget a {
        color: #fff;
    }

    Hope it helps 🙂

    #854182

    amaynar2
    Participant

    That fixes the header color – thanks!

    I still have the issue with the footer menu and social media icons no longer appearing

    (and thanks so much for the fast response!)

    #854200

    Thai
    Moderator

    Hi There,

    Please update the previous CSS a bit:

    .x-colophon.bottom {
        background-color: #000 !important;
    }
    .h-widget a {
        color: #fff;
    }

    Hope it helps 🙂

    #854249

    amaynar2
    Participant

    Success – thanks so much!

    #854280

    Thai
    Moderator

    You’re very welcome 🙂

    If you need anything else, please let us know.