• I would like to remove the margins/padding around the portfolio hover screen on portfolio elements. (Illustratr Theme) Thank you.

Viewing 1 replies (of 1 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, do you mean the dark border that appears when you hove a portfolio project on your /portfolio/ page? If so, that is set with an opacity here

    .portfolio-thumbnail a:hover::before, .portfolio-thumbnail a:focus::before, .portfolio-thumbnail a:active::before {
        opacity: 0.75;
    }

    Set that to 0 (zero). If I have misunderstood, please let me know.

Viewing 1 replies (of 1 total)
  • The topic ‘remove margins/padding around portfolio screen’ is closed to new replies.