Viewing 1 replies (of 1 total)
  • Plugin Author agentevolution

    (@agentevolution)

    Everything has a CSS class, so you can hide the elements you don’t want using those CSS classes.

    So in your case, it would be:

    .home .featured-agent .title,
    .home .featured-agent .tel,
    .home .featured-agent .agent-social-profiles {
    display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to exclude agent profile details from homepage’ is closed to new replies.