Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #232241
    RodeBoy
    Participant

    On jlr-projectservices.co.uk have managed to remove the magnifying glass under the portfolio section but also wish remove the dark background which appears on hover with desktop view, and constantly displayed on mobile. Can you please advise CSS code to do this? Thanks, Chris

    #232441
    Skandha
    Participant

    @rodeboy: Hello Chris,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #portfolio-content-section .hentry:hover .entry-container {
        box-shadow: unset !important;
        opacity: 0;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #232507
    RodeBoy
    Participant

    Thank you Skandha, this has successfully removed the box on hover with desktop view, but it still displays when viewed on my iphone. Is there some further coding I can add please?

    Thanks, Chris

    #233277
    RodeBoy
    Participant

    Any further thoughts on this please?

    #233350
    Skandha
    Participant

    @rodeboy: Hello Chris,
    Can you try adding the following CSS Code instead of the above Code?

    #portfolio-content-section .hentry:hover .entry-container {
    	box-shadow: unset;
    }
    #portfolio-content-section .entry-container {
    	background:none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #233364
    RodeBoy
    Participant

    Perfect, thanks Skandha

    #233365
    Skandha
    Participant

    @rodeboy: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Portfolio Section Styling’ is closed to new replies.