[Support request] Footer same like this website

Home Forums Support [Support request] Footer same like this website

Home Forums Support Footer same like this website

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2264697
    Rohith

    Is it possible to achieve the footer same as this website?

    https://oflatest.net/

    #2264745
    David
    Staff
    Customer Support

    Hi there,

    add this CSS:

    .inside-site-info {
        display: flex;
        justify-content: space-around;
    }
    #2264782
    Rohith

    No change can be seen after adding

    #2265000
    David
    Staff
    Customer Support

    Remove that CSS and add this:

    .inside-site-info {
        flex-direction: column-reverse;
    }
    .footer-bar-align-left .copyright-bar {
        margin-right: auto;
        margin-bottom: 1em;
    }
    #2265068
    Rohith

    How to remove the link underline in the footer menu?

    #2265276
    Fernando
    Customer Support

    Hi Rohith,

    Here’s a CSS code you may try adding in Appearance > Customize >Additional CSS to do as such:

    .footer-bar a {
        text-decoration: none;
    }

    Hope this helps!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.