Home Forums Free Themes Biography Remove read more button in review section

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11132
    omaragp
    Participant

    I selected a page for about, and it displays on the left side of the review section. I’d love to remove the “Read more” button from that section. Is this possible?

    #11134
    wensolutions
    Keymaster

    Hello @omaragp

    Hope you are doing well.
    To remove “Read more” button from review section we need to add custom CSS.
    For this you need to go to Admin Panel / Appearance / Customize / Theme Options / Custom CSS.
    In this section you need to add following CSS.

    
    .about-content a {
        display: none;
    }
    

    Hope this will help to resolve your issue.
    Let us know how it goes.

    Best Regards!!!

    #11182
    omaragp
    Participant

    Thank you, this helped me so much.

    The CSS code you suggested deleted all links on that section; but I changed it with

    .about-content .btn-container {
    display: none;
    }

    And it worked.

    Thank you @wensolutions!

    #11190
    wensolutions
    Keymaster

    Hello @omaragp

    Nice to know that the problem has been solved. If there are any further query, then, please feel free to post them.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-
    https://wordpress.org/support/view/theme-reviews/biography

    Further, you might wish to check the PRO version as well to know more cool and awesome features about the theme.

    http://themepalace.com/downloads/biography-pro/

    Have a nice day!

    Regards
    CHEERS!!!

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