Okay
  Public Ticket #269884
icon circles frame colour
Closed

Comments

  •  1
    Joe started the conversation

    Heya.
    Was wondering how to adjust the colour of the thin 'frame' of the icon circles?
    by default the colour on around the light grey icon circle seems to be slightly darker.

    Thanks in advance for your help.

  •  8,839
    Tahir replied

    Hey Joe!

    On which page would you like to change these colors . 

    Thanks


    ThemeNectar Support Team 

  •  1
    Joe replied

    hey tahir.

    ideally always when i create one of those circles.

    (for now i only use them on my 'home' screen)

    thanks.

  •  8,839
    Tahir replied

    Alright, Add this into the Custom CSS box located in your Salient Options panel : 

    body .full-width-section .circle-border {
        border-color: #ff0 !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  •  1
    Joe replied

    hey tahir.

    unfortunately the code you gave me leaves a circular 'frame' on the icon, when hovering on top of it.

    i would like the colour to change entirely from grey to teal, without any borders.

    thanks in advance.

    joe

  •  1,070
    ThemeNectar replied

    Hey Joe! Try just removing it with:

    .circle-border {
      display: none!important;
    }