Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1401128
    DHall_Designer
    Participant

    For some reason the footer won’t change colors…

    #1401132
    DHall_Designer
    Participant
    This reply has been marked as private.
    #1401142
    DHall_Designer
    Participant
    This reply has been marked as private.
    #1401158
    DHall_Designer
    Participant
    This reply has been marked as private.
    #1401165
    DHall_Designer
    Participant
    This reply has been marked as private.
    #1401511
    Lely
    Moderator

    Hi There,

    1.) Footer text color settings can be found here: Appearance > Customize > Renew > Typography Options.

    2.) You can’t see footer widgets because there’s no content yet. Go to Appearance > Widgets: See Footer 1, Footer 2, and Footer 3. Add corresponding widgets.

    3.) Go to Appearance > Customize > Header > Set Topbat to ON. Then add the button element on Topbar content. Add something like this:

    <a class="x-btn x-btn-rounded x-btn-mini btn-download" href="#example" title="Download" data-options="thumbnail: ''">Donate</a>
    Then add this CSS on Appearance > Customize > Custom > Edit Global CSS:

    .btn-download{
       background-color: red;
       color: white;
    }

    Change colors accordingly.

    4.) Go to Appearance > Customize > Renew > Footer background. Set accordingly.
    Then add this custom CSS too:

    .site {
        background-color: transparent;
    }

    Hope this helps.

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