Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Uplift
  • #302641
    micheal_w
    Member
    Post count: 498

    Hi guys,

    I have updated our footer (link above) and created a different version for desktop and mobile. I have few questions regarding the mobile footer (so please make the window narrow):

    1) On mobile size, the footer becomes “toggled”. How can I change the colour of toggle titles to #222

    2) Is it possible to swap the toggle’s arrow to a bold + sign?

    3) There are some extra space under between the “ACKNOWLEDGEMENT…” and the copyright footer. Can I remove it somehow?

    Thank you!
    M.

    #302935
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    1)

    .toggle-wrap h4 {
      color: #222 !important;
    }
    ​
    .toggle-wrap .spb_toggle {
      opacity: 1;
    }

    2)

    .toggle-wrap .spb_toggle:after {
        content: "\f067";
        font-family: FontAwesome!important;
    }

    3)

    @media (max-width: 767px) {
    #copyright {
        margin-top: -80px;
    }
    }

    Thanks.

    #303170
    micheal_w
    Member
    Post count: 498

    All good, thank you!

    #303173
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Thanks David.

    -Rui

    #303174
    David Martin – Support
    Moderator
    Post count: 20834

    Glad to help!

    Thanks.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.