I am using the Clients post type to show logos, but I do not want these to link anywhere. I have not added a URL, but the logos are still "clickable" and I would like them to not be. Can you point me in the right direction to prevent this? I am using a child theme, so if I need to do something with code, please advise me in terms of the child theme. Thanks.
Sorry, without the code changes in the gem elements plugin it's not possible to remove this link. But you can remove the cursor, pls use following css:
.gem-clients-type-carousel-grid .gem-client-item a {
cursor: default;
}
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
I am using the Clients post type to show logos, but I do not want these to link anywhere. I have not added a URL, but the logos are still "clickable" and I would like them to not be. Can you point me in the right direction to prevent this? I am using a child theme, so if I need to do something with code, please advise me in terms of the child theme. Thanks.
HI!
pls. give me link to the page with the clients, I need to see the style which you use.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
I used it on several pages, but here is one: http://ballentineco.staging.wpengine.com/products/cooking-baking-equipment/
I used the same style every time I used the post type.
HI!
Sorry, without the code changes in the gem elements plugin it's not possible to remove this link. But you can remove the cursor, pls use following css:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver