How do i hide two of the three circles

New Issue
PS Circle Hover Effect Vimal
  • (1 Ratings)

I just want to use one hover circle, how can I hide the other two?

1 Responses

AppClave

6 years ago #172

Hi Vimal,

You cannot do it in "PS Hover Circle Effect" Joomla module because it has required minimum three column to display module in correct way. Anyway you can try to hide last two circles by adding below css style in your code

.bounceIn, .slideInRight {
   display: none;
}
.slideInLeft {
    margin: 0 auto;
    float: none;
}

Best Regards,
AppClave Team

Submit Your Response