Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1204976
    ZerotoOne
    Participant

    hey there,
    my footer content is not visible, as I changed the backgroundcolor of it http://prntscr.com/cqi9un. therfor I’d like to change footer text&menu color + add an image

    my page is http://www.zerotoone.de
    thanks for your help!

    #1204980
    ZerotoOne
    Participant
    This reply has been marked as private.
    #1205088
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-colophon.bottom {
        background-color: red;
    }
    
    .x-colophon.bottom .x-colophon-content,
    .x-colophon.bottom .x-colophon-content a,
    .x-colophon.bottom .x-nav li a {
        color: white;
    }
    

    Change the colors to achieve your desired look.

    Hope that helps.

    #1205188
    ZerotoOne
    Participant

    thank you, now Id like to add a different hovercolor, too. http://prntscr.com/cql1mu
    and how do I add an image at the bottom of my footer? 🙂

    #1205318
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS and adjust red to the color you would like:

    .x-colophon.bottom .x-colophon-content a:hover,
    .x-colophon.bottom .x-nav li a:hover {
        color: red;
    }

    You can add an html image tag for example:

    <img src="url.com/smiley.gif" alt="Smiley face" height="42" width="42">

    Hope that helps

    Joao

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