• Hi!

    I would like to change the color of the icon picker icons (and as well as the hover) at sercices (above the contact us form)

    Thank you very much in adavance!

    BR.

    Petra

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey,

    You may go to your Dashboard > Appearance > Customize > Additional CSS
    Add this:

    .service-icon-wrap .fa{
         color:red;
    }
    .service-icon-wrap:hover .fa {
        color: white;
    }

    Good Day,
    Best Regards.

    Thread Starter pertlpetra

    (@pertlpetra)

    Hi Sabrina!

    Thank you very much for your answer. I’ve tried it, but it is still black. Can you help me what I did wrong?

    Thank you very much!

    BR

    Petra

    Thread Starter pertlpetra

    (@pertlpetra)

    sorry, more details: I have problem with the circle around the icon (it is black) and when I click on it, it is also black.

    Thanks!

    Hey,

    To change the background color of the service widget. You may go to your Dashboard > Appearance > Customize > Additional CSS
    Add this:

    .tg-service-widget.tg-service-layout-2 .service-icon-wrap {
        background-color: pink;
    }
    .tg-service-widget.tg-service-layout-2 .service-icon-wrap:hover {
        background-color: red;
    }

    Good Day,
    Best Regards.

    Thread Starter pertlpetra

    (@pertlpetra)

    Thank you Sabina!!

    Hey,

    It’s a pleasure to help you out. We hope you are finding flash theme interesting. We would really appreciate for the review.

    Good Day,
    Best Regards.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘icon picker – services’ is closed to new replies.