How to get rid of bouncing ball on SKT White Pro

Home Forums SKT Black/White Theme Support How to get rid of bouncing ball on SKT White Pro

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #72054
    Terence ChaseTerence Chase
    Spectator
    • Topics: 8
    • Replies: 59
    • Total: 67
    Member since: January 25, 2016

    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?

    #72057
    Terence ChaseTerence Chase
    Spectator
    • Topics: 8
    • Replies: 59
    • Total: 67
    Member since: January 25, 2016

    I 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;}

    #72060
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30645
    • Total: 30645
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    a.arrow-down{display:none !important;}

    Regards,
    Brad

    #72784
    Terence ChaseTerence Chase
    Spectator
    • Topics: 8
    • Replies: 59
    • Total: 67
    Member since: January 25, 2016

    Thanks Brad.

    Curious side question…that is the “!important” for?

    #72859
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30645
    • Total: 30645
    Member since: August 16, 2013

    Hi,

    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

    #72860
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30645
    • Total: 30645
    Member since: August 16, 2013

    Hi,

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.