• Resolved jahgraphics

    (@jahgraphics)


    I would like to change the text color and alignment for the hover title effect on my portfolio grid page. I managed to change the hover background color to gray but would like the text on top to appear white instead of black.

    Also, is it possible to add more text to the box, like a brief description of each item instead of just the project title?

    Finally, I want the title and any additional text to appear vertically aligned center within the box, instead of at the very top.

    My site is here.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • hannah

    (@hannahritner)

    Hey,
    You can add this to your custom css box in theme options > advanced settings to change the color and horizontal align:

    .portfolio_item .piteminfo h5 {
      color: #fff;
      margin-top: 110px;
    }

    There isn’t in option to add description text. Sorry.

    Hannah

    Thread Starter jahgraphics

    (@jahgraphics)

    That worked perfectly – thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing Hover Effects on Portfolio Links’ is closed to new replies.