Okay
  Public Ticket #1369336
newave, service section, icons/circles
Closed

Comments

  • Lars started the conversation

    Hi there,

    in the service section, icons in circles: i would like to have NO HOVER/MOUSEOVER and that the circles are BLACK from the beginning, not changing colour. How to do that and where?

    Thank you :-)

    Lars

  •  1,801
    Support replied

    Hello, try adding

    .service-item.text-right .fa-stack, .service-item.text-left .fa-stack {
        color: #222222;
    }

    in  theme options -> styling options -> custom CSS

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Lars replied

    Hello,

    thank you, the colour is fine now. But: there is still the mouseover, that means the cursor changes to pointer/hand on the icon. Is it possible to change/disable that?!


    Thank you

    Lars

  •  1,801
    Support replied

    Right then the extra code is:


    .service-item i {

       cursor: default;

    }


    .service-item.text-right .fa-stack, .service-item.text-left .fa-stack {

       cursor: default;

    }

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy