Sidebar Button Portfolio Page

  • epikur6512
    Participant
    5 months, 1 week ago #4925

    How can I change color and form of the download button on portfolio pages?

    Thanks.

    SmartWpThemes
    Keymaster
    5 months ago #4926

    It appears that the portfolio download button isn’t linked to the global button designs through the theme options. We’ll address this issue in our upcoming version. In the meantime, you can use the following CSS code to change the button color:

    p.portfolio-des-n-link {
    background: #47C494;
    }

    p.portfolio-des-n-link:hover {
    background: red;
    }

    This should help you adjust the appearance as needed.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.