• Resolved jacoblont

    (@jacoblont)


    Hi, I would like to disable the “Read More” button on the Home Page. Is this possible? I have taken a look at the documentation, and there is stated that it is possible to ‘change’ the Read More button when using the Pro version of the Consulting Theme.

    Do I also need the Pro version of the theme to disable this button?

    Thanks in Advance.
    Jacob

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @jacoblont,

    We can hide the read more button with the help of custom css. You need to apply below given css under Appearance -> Customize -> Additional Css-

    .home p.iconurl {
    display: none;
    }
    

    Kind regards,

    Manoj

    Thread Starter jacoblont

    (@jacoblont)

    Hi there,

    The custom CSS you posted did not do the job, but it made me make my own custom CSS. The code I now use is:

    #slider .featured-link a {
    display: none;
    }

    Thanks for you help!

    Kind regards,
    Jacob

    Hello @jacoblont,

    “Glad I could help! ??

    If you get a chance we’d absolutely love for you to leave a review for Consulting. Don’t worry if you don’t get a chance, we know how busy it can get when building a new site. ??

    You can leave a review for Consulting here:

    https://www.ads-software.com/support/view/theme-reviews/consulting#postform

    If you have anymore questions let us know!”

    Kind regards,

    Manoj

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to delete the Read More button on the Home Page?’ is closed to new replies.