• Resolved Cesare

    (@cezareluke)


    I wanted to know if it’s possible to remove the link present on the photos in the portfolio (Page Content) section and eventually change the blue color.

    Thank you very much

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    Can you specify the link of the page with the issue?

    Thread Starter Cesare

    (@cezareluke)

    https://www.carrozzeriadeimille.com

    Scrolling the Home page where there is the entry ‘gallery’ there are photos. I would like to remove the link that takes you back to the home. In the settings it’s possible to change it but not remove it.

    Thank’s

    Cesare

    Hello,

    Please add this extra CSS code in Customizer -> General Settings -> Additional CSS :

    .home .overlay{
    background-color: unset!important;
    }

    .home .col-xs-12.text-center.content-holder a{
    display:none!important;
    }

    Thread Starter Cesare

    (@cezareluke)

    Perfect, it works!

    Thank you very much and have a nice day

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Portfolio link’ is closed to new replies.