Raphael.1.3.4

Earl

New Member
Is there anyway to remove the most popular category's from showing up. I delete them and they come right back.
Thanks,
Earl
 
E

Ekaterina Sayapina

Guest
Is there anyway to remove the most popular category's from showing up. I delete them and they come right back.
Thanks,
Earl
Hello Earl,
Thanks for reporting this bug!

You can add this code snippet to Customization => Head => CSS styles to hide this block:

.most-popular-categories>div {
display: none;
}
 

Earl

New Member
Hello,

Thanks, that fixed the issue.
I noticed also that my countdown timer and recent sales are not showing as well.
Thanks,
Earl
 
E

Ekaterina Sayapina

Guest
Hello,

Thanks, that fixed the issue.
I noticed also that my countdown timer and recent sales are not showing as well.
Thanks,
Earl
Earl, could you please let me know your WP access details? I'll check what might be causing the issue.
 
Top