Portfolio button text

Home Forums Andy WordPress Theme Portfolio button text

This topic contains 3 replies, has 2 voices, and was last updated by  ab-themes 7 years, 12 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16335

    jemma_maryanne
    Participant

    Hi,

    As you can see in my attached screenshot, you cannot see the ‘View More’ text on the button in my Portfolio section.
    Exither the text is missing or the colour of the text is white, in this case how can I set it to black so it’s visible?
    Credentials below should you need.

    Thanks
    Jemma

    #16348

    ab-themes
    Keymaster

    Hi Jemma,

    this is happening because text color is set to white color and background is also white.

    So, to set black color to button text we open your style.css
    (you can find it here \wp-content\themes\andy\style.css or through WordPress editor)

    on line 2652 you have this code:

    .load_more_portfolio, .more_portfolio_link a {
        color: #ffffff!important;
        font-size: 16px;
        font-weight: 700;
        border: 2px solid #b9b9b9;
        text-transform: uppercase;
        padding: 26px 91px 26px 90px;
        display: inline-block;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    We replaced color: #ffffff!important; to color: #000!important; or you can set some other color that you like :)

    Cheers

    #16409

    jemma_maryanne
    Participant

    Thank you :)

    #16415

    ab-themes
    Keymaster

    No problem :)

    Cheers

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

The topic ‘Portfolio button text’ is closed to new replies.