Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #912181

    Hi,

    I’ve set my blog grid on the frontpage of my page to show title, excerpt and read more. But i’d like the READ MORE to be a button, instead of a textlink, How do I do that?

    Best
    M.

    #912197

    Hey Malene,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top a.more-link {
        margin: 10px 0 0;
        padding: 8px 10px;
        border-radius: 2px;
        border: 2px solid red;
        font-weight: normal;
        font-size: 1em;
        outline: none;
        text-decoration: none !important;
        color: red;
    }

    just change the border color and the color attribute. Hope this helps :)

    Best regards,
    Nikko

    #912224
    This reply has been marked as private.
    #912326

    Hi M,

    Try adding this css code:

    #top .read-more-link {
        text-align: center;
    }

    Let us know if you need further assistance :)

    Best regards,
    Nikko

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