Home Forums WordPress Themes – Premium Sleeky Pro Background color in the Sleeky Recent Portfolio

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #17455
    Ellen
    Participant

    I would like to change the green background of the hover feature in the Sleeky Recent Portfolio widget that is the same one as the home page demo site. I can’t seem to figure out where that color is set in the CSS. Please help.

    #23059
    Sushil Adhikari
    Moderator

    Hi Ellen,

    You can use this css to change background color of recent portfolio.

    figcaption .jetpack-port {
        background: #deb887 !important;
    }

    let us know if we are understanding fully or perhaps this is not what you meant for.

    Note: Please use child theme to add custom css otherwise your changes will lost on theme update.

    Thanks

    #23065
    Ellen
    Participant

    Thanks for the response. It doesn’t seem to be working.

    #23068
    Binaya D
    Participant

    Hi Ellen,

    Please use the following css to fix your issue, if this is not helpful to you, then please send us your WP-login details of your site via mail, so that we could provide solution asap. We hope you understand.
    Email Address: [email protected]

    figcaption.jetpack-port {
        background-color: #333 !important;
    }

    Thanks

    #23071
    Ellen
    Participant

    Thanks Binaya, but not quite yet. The background is still the original green, it just changes with the text.

    You got me on the right track though. I needed to add the following as well:

    figure.imghvr-hinge-right {
    background-color: #333 !important;
    }

    #23075
    Binaya D
    Participant

    Hi Ellen,

    That’s great ! if you found the solution by yourself but we thought that you want to change that color so that’s why we have provide above code, but it seems that you have figured it out and kept the css in the support forum, we are really happy for it because it may be helpful to other also.

    Thanks

    #17456
    Ellen
    Participant

    OH, I did change the color, I just used the black as in your example for demonstration purposes.

    Thanks for your help.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.