Duplicated read more link

Dedicated support forum for CloudHost elegant bosting WordPress theme which is perfect for your business and hosting websites. Here you can ask questions and discuss with other theme users.
GK User
Tue Sep 22, 2015 10:46 pm
Hello,

There is a duplicated read more link in the category page of my website. I couldnt find the cause of this problem. Can you help me with this issue? Here is the link to check it:

http://blog.belavidanatural.com.br/

Thanks in advance,
Bruno
User avatar
Expert Boarder

GK User
Tue Sep 22, 2015 11:47 pm
Hi,
Are you using any plugin which may add a read more link?

Try to add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend) or use any cusotm css plugin or style.css file if you are using Child Theme.
Code: Select all

.blog .summary p + .btn {
   display: none;
}
User avatar
Moderator

GK User
Mon Sep 28, 2015 10:33 am
Hi Piotr,

Thank you for you for your reply. Your code works perfectly to hide the template's read more button. But I found out what was the plugin causing the problem and contacted the developers. Hope they solve this problem, because a prefer much more your read more button.

Kind regards,
Bruno
User avatar
Expert Boarder

GK User
Mon Sep 28, 2015 2:14 pm
Hi Bruno,

As a temporary solution you can also add this code, to hide the "read more" from the plugin:
Code: Select all
.blog .summary p > a {
   display: none;
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.