• Hi Everyone,

    I need to remove HOME link on main page under the header. Also, I did find a way to stop the rotate and zoom, but is there a way to disable the hover (link) also on the Portfolio? under the RESIDENTIAL & COMMERCIAL section of the page? I just want it to be static without links or hover.

    Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @nnajim,

    We can remove the home and hover under portfolio with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css

    .home .container.navbar-container {
    display: none;
    }
    .enigma_home_portfolio_showcase:hover .enigma_home_portfolio_showcase_overlay ,
    .enigma_home_portfolio_showcase:hover .enigma_home_portfolio_showcase_overlay_inner {
    visibility: hidden !important;
    }
    

    Kind regards,

    Manoj

    Thread Starter nnajim

    (@nnajim)

    Hi Manoj,

    That was it! A big thank you. one more annoying question, is there a way to reduce the padding between OUR SERVICES section of the site? On mobile, there’s a ton of white space.

    [ redundant link removed ]

    • This reply was modified 4 years, 7 months ago by Jan Dembowski.

    @phpexpert21 – Thank you for contribution.

    @nnajim : Please update your Theme to 5.33 version to resolve your issue.

    Thanks..

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove HOME from main page under header’ is closed to new replies.