Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2102402
add text and change color overlay item
Closed

Comments

  • mohloko started the conversation

    Hi,

    I would like to add text and change the overlay color on portfolio items (screenshot attached)

    thank you

  •  4,774
    Michael replied

    HI!

    Please use these settings:

    8916489611.png
    7716682408.png

    Also please read the documentation:

    https://codex-themes.com/thegem/documentation/#portfolios-p

  • mohloko replied

    Thank you for the quick reply. I was looking in the wrong section how to change the color.

    I need further assistance on how to add text.

    I read the documentation and tried to add text to the portfolio overlay without success.

    thank you again


  •  4,774
    Michael replied

    Unfortunately, you can only display the Portfolio title in this portfolio style.

  • mohloko replied

    Could you point me which php file I need to look into to change the display Icon to show text instead?

    Or which style I can use to display text instead a Icon (like the screenshot)

  •  4,774
    Michael replied

    Do you want to use different text on each element?

    pls. use following css:

    .portfolio-item .image .overlay .links a.self-link:after {
        content: 'Text';
        position: absolute;
        bottom: -20px;
        left: 10px;
    }

     

    6707465710.png

  • mohloko replied

    This is exactly what I want. Just a link description

    Thank you!

  •  4,774
    Michael replied

    You're welcome! 

    Have a nice day!