Okay
  Public Ticket #1096107
remove icon in flipbox
Closed

Comments

  •  2
    beautygirl4U started the conversation

    How do I remove icons all together in flipbox?

  •  9,012
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • thejameshay replied

    I'm taking it we still can't upload custom icons yet, correct? Could I please get the code to remove icons for now as well? Thank you 

    http://virtualrealitycolorado.com/#services

  •  9,012
    Tahir replied

    @thejameshay,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .flip-box-front i.icon-default-style {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team