• Resolved brumee

    (@brumee)


    Hi, I’d like to remove JUST the zoom button which appears on the portfolio images in the Enigma theme.
    I’ve looked at this thread herebut for some unknown reason, it doesn’t work on my site.
    I’m already successfully using a child theme in order to have 3 images in portfolio instead of 4 and it works perfectly. I’m still working on the site so it’s still in test/build mode.
    Could you give me some guidance please?
    Thank you 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Please describe your requirement in details.

    We assist you as per that.

    Thanks.

    Thread Starter brumee

    (@brumee)

    Hi, thanks, I’d really appreciate any help you can offer 🙂

    I would like to remove the magnifying glass icon from each of the 3 portfolio boxes I’ve created as shown in this image here

    I’d also like to change the original blue colour to #36869b on the other two areas shown in the image link > Carousel Caption and also Slider title 2. I’m having a problem locating the code necessary to change that too.

    Thanks!

    Hi..

    1) Now make a child theme directory and create a home-portfolio.php file.
    Now copy code from LINK and pate into your child theme’s home-portfolio.php file.

    2) Please go to Admin Dashboard >> Appearance >> Theme Options >>
    Theme general settings.

    Now copy below code into Custom CSS Editor.

    .enigma_service_detail h3 a
    {
    color: #36869b !important;
    }
    .carousel-list li {
        background: #36869b !important;
    }

    save the changes.

    Thanks.

    Thread Starter brumee

    (@brumee)

    You Legend! It worked perfectly. Thank you so much!

    Most Welcome.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Portfolio – Remove Zoom button only’ is closed to new replies.