• Resolved Sahil Dadwal

    (@jack2020)


    I want customise my existing continue reading button like this site’s continue reading button. with same hover effect double border.

    Site link : Link

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can try adding this CSS code:

    a.read-more.button:hover {
        color: #271c00;
        box-shadow: 0 0 0 2px #fff, 0 0 0 4px #F7D070;
        outline: none;
    }
    a.read-more.button {
        border-radius: 48px;
        width: 100%;
        text-align: center;
        cursor: pointer;
        color: #5a4000;
        font-size: 1rem;
        font-weight: 600;
        line-height: 48px;
        padding: 0 1.5em;
        text-transform: uppercase;
        border: 0;
        background: #F7D070;
        background-repeat: no-repeat;
        display: inline-block;
        text-decoration: none !important;
        transition: .2s all ease-in-out;
    }
    Thread Starter Sahil Dadwal

    (@jack2020)

    Done ? . Thanks

    Nice one. No problem.:)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customized Continue Reading Button’ is closed to new replies.