Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1361945
clients post type
Closed

Comments

  •  2
    Ellison started the conversation

    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.

  •  7,092
    Oliver replied

    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

  •  2
    Ellison replied

    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.

  •  7,092
    Oliver replied

    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:

    .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. 

    Regards, Oliver