Okay
  Public Ticket #188516
Change the Color of the Icons for Each Page!
Closed

Comments

  • Suska started the conversation

    I would like to change the colors of these cute icons in different pages. i know you have CSS on top of each page, can you tell me what the code is to put that there? Thanks!

  •  8,838
    Tahir replied

    Hey Suzana!

    I am gonna need a page link to give you some custom css :) .

    Thanks


    ThemeNectar Support Team 

  • Suska replied

    Hi!

    Well here are the site pages:

    If you tell me where to put the color code, i can do it myself for the rest of the products :)

    Thanks!

  •  8,838
    Tahir replied

    Hey Suzana!

    Add this into the Custom CSS :

    h4 i.icon-normal, h3 i.icon-normal {
        color: #333;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Suska replied

    hey! you got me wrong, i want to change the circle color.. not the actual icon ..!

  •  8,838
    Tahir replied

    Add this instead:

    i.icon-normal {
        background-color: #000 !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Suska replied

    Ur great!