Viewing 10 posts - 1 through 10 (of 10 total)
  • #60473
    onehipcat
    Member
    Post count: 170

    Is there any way to customize the look of the search results page? I do not like the way it looks/functions.

    #60677
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You would have to edit files, as this is an advanced customisation we can’t support you with that.

    Hope you understand

    – Kyle

    #60926
    onehipcat
    Member
    Post count: 170

    Thanks for the info.

    Are you able to tell me if I could add some custom CSS to take off the zoom feature on this page?

    And is there any custom CSS to take off the date and comment/heart symbols?

    That should be it. Let me know if thats doable.

    #61109
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes add this to your custom css:

    .recent-post figure:hover img {
      transform: none;
    }
    .recent-post .post-item-details {
      display: none;
    }

    This should work 🙂

    – Kyle

    #61141
    onehipcat
    Member
    Post count: 170

    Thank you ever so much. It took care of the date line, but it didn’t get rid of the zoom.

    #61158
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please could you provide me with your link?

    – Kyle

    #61732
    onehipcat
    Member
    Post count: 170
    This reply has been marked as private.
    #61760
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry I don’t see any zoom feature?

    – Kyle

    #61796
    onehipcat
    Member
    Post count: 170

    When you hover over the products, they enlarge.

    #61801
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry I missed the bit for chrome, try:

    .recent-post figure:hover img {
      transform: none;
      -webkit-transform: none;
    }
    .recent-post .post-item-details {
      display: none;
    }

    – Kyle

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register