Renew stack roll over question

Hello

I want to change the font and roll over color for my portfolio. The section where the slide comes in from the left and covers the featured image. I’m using a renew stack and cant seem to find where this option resides.

thanks

Hi Chris,

Thanks for reaching out.

There is no available option for that, but please add this to Theme Options > CSS with your preferred colors.

    .page-template-template-layout-portfolio .x-portfolio .entry-cover {
     background-color: red;   
        color: #fff;
    }

    .page-template-template-layout-portfolio .entry-title-portfolio {
      color: #fff;
    }

Cheers!

Thank you for this. What I was trying to do is change the color of the roll over hyper link. Is that possible?

Hi
Chris,

Yes, it’s possible with this CSS

.page-template-template-layout-portfolio .entry-title-portfolio a:hover{
  color: #fff;
}

Thanks!

I just add it to the custom CSS of the theme. The color code is white, but the titles of my videos stay black when you roll over them. Can you please look?

thanks!

Hi Chris,

I checked and can see that it changes to white when hovered.

See Video - https://www.screencast.com/t/zeyesogmOnKE

In the code that my colleague have provided, you can change #fff to any color you like.

Thanks

When I was looking yesterday, it wasn’t updating. I can see it now. Thanks!

Glad to hear it’s sorted, Chris.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.