• How can I reduce the size of my team images on the front page to 50% of the default size? Thank you.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • I’m sorry that I am not good enough to help you but look at your website, I see that you can change color of the icon in the service, I would like to do the same. Could you spare your time and show me how to do this?

    I use this code for css:

    .enigma_service_iocn {
        border: 4px solid #ffffff;
        background-color: #805B15;
        background-size: 100% 200%;
        background-image: linear-gradient(to bottom, #805B15 50%, #fff 50%);
    }

    But it still has the enigma blue when the mouse hover over it.

    How did you remove that enigma blue?

    Thank you!

    • This reply was modified 8 years, 8 months ago by quanghuy147.
    Thread Starter brithus

    (@brithus)

    Are you using the free version or the paid version?

    free version.

    Hii brithus,

    You are using Enigma-Premium-Advance theme so please give your support on https://weblizar.com/forum/viewforum.php?f=23

    Thanks.

    Hii quanghuy147,

    Paste the below css in Custom CSS box and save –

    .enigma_service_iocn {
        border: 4px solid #a94442 !important;
        background-color: #a94442 !important;
        background-image: linear-gradient(to bottom, #a94442 50%, #fff 50%) !important;
    }
    .enigma_service_area:hover .enigma_service_iocn i {
        color: #a94442 !important;
    }

    You can change the color code #a94442 as per your requirement.

    Thanks.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    For pro or commercial product support please contact the author directly on their site.

    As the author is aware, commercial products are not supported in these forums. As you are their customer I am sure they will have no problem supporting you there.

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

The topic ‘Resize Team Image’ is closed to new replies.