how to delete animation circles

GK User
Mon Oct 24, 2016 3:00 pm
hi,I edit page "New models" and "Headphones WI-FI" would like to delete the circles animation,
I delete "animated-color-bg" and "animated-circles-left " in html but there not effect,please advice how to do it ,thanks.

smith
User avatar
Junior Boarder

Joshua M
Tue Oct 25, 2016 8:14 am
Hi,

Try to add the following code into the theme’s css/override.css file (or use any custom css plugin)
Code: Select all
.section__left-box:before,
.section__left-box:after,
.frontpage-block3:after,
.frontpage-block3:before,
.animated-circles:before,
.animated-circles:after {
  display: none!important;
}
User avatar
Moderator

GK User
Wed Oct 26, 2016 2:26 am
I do it,but have not effect,please advice
User avatar
Junior Boarder

GK User
Wed Oct 26, 2016 2:53 am
can I delet the circles files directly,and where is it?thanks
User avatar
Junior Boarder

Joshua M
Wed Oct 26, 2016 7:56 am
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? Circles animations are placed in Box/style.css file.
User avatar
Moderator


cron