Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1294447
    Christyleigh
    Participant

    Hi,

    I’m not sure if this question has already been answered, but I would like to turn the ‘Read More’ text on my posts page into a button, like this page: http://www.jillianharris.com/

    My page just displays: “Read More…” after each excerpt. I am hoping to accomplish this without using a child theme. Thanks!

    #1294476
    Prasant Rai
    Moderator

    Hello Christy,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    a.more-link {
        border-top: 1px solid #b0b0b0;
        border-bottom: 1px solid #a6a6a6;
        border-left: none;
        border-right: none;
        background-color: #d3d3d3;
        text-align: center;
        text-transform: uppercase;
        margin: 0 auto;
        display: block;
        width: 150px;
        font-size: 16px;
        padding: 8px;
        color: #fff;
    }

    Thanks.

    #1294806
    Christyleigh
    Participant

    thank you!

    #1294816
    Joao
    Moderator

    You are welcome!

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