To insert code use <code>...</code>.
Hover color for portfolio title?
  • Is it possible to set a hover color for the portfolio title? I have set it to linkable in the short code and tried
    .portfolio_title a:link {#fff;}
    .portfolio_title a:hover {#000;}

    but didn't get any result.

    Any suggestions would be much appreciated.

  • 2 Comments sorted by
  • Hi,

    Cant you set that in the striking color settings section portfolio? At least the title color can be set in the color settings.

    .portfolio_title,
    #page .portfolio_title a,
    #page .portfolio_title a:visited {
    color: #fff !important;
    }

    #page .portfolio_title a:hover{
    color: #000 !important;
    }


    Best regards,
    Striking Team
    Paul
  • You can set the title color but not a hover or visited in color settings. Thanks for the information, it worked.
This discussion has been closed.
All Discussions