Home › Forums › SKT Black/White Theme Support › How to get rid of bouncing ball on SKT White Pro
- This topic has 5 replies, 2 voices, and was last updated 6 years, 4 months ago by
Forum Moderator.
-
AuthorPosts
-
May 14, 2017 at 10:18 pm #72054
I can’t help thinking that I have asked this question before, but how do I get rid of the bouncing ball on the main page?
May 15, 2017 at 1:41 am #72057I finally figured out that it was called an arrow. Want to confirm that this the proper way to disable it:
a.arrow-down{display:none;}
May 15, 2017 at 4:57 am #72060Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
a.arrow-down{display:none !important;}
Regards,
BradMay 20, 2017 at 3:00 am #72784Thanks Brad.
Curious side question…that is the “!important” for?
May 22, 2017 at 5:48 am #72859Hi,
The !important rule is a way to make your CSS cascade but also have the rules you feel are most crucial always be applied. A rule that has the !important property will always be applied no matter where that rule appears in the CSS.
Regards,
BradMay 22, 2017 at 5:48 am #72860Hi,
The !important rule is a way to make your CSS cascade but also have the rules you feel are most crucial always be applied. A rule that has the !important property will always be applied no matter where that rule appears in the CSS.
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.