Replace the link with text on portofolio page

Hello,

Any ideea if i can replace the link symbol with a text ?

I want to put something like "Read more" .

I use Masonry hover description there.

Many regards



Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.

    Thanks

  • Hello there,

    The page it's visible here: https://original.htdesign.ro/portofoliu-2/

    Many thank's for your help!

  • Try the following CSS code:

    1. .portfolio_wrapper .masonry-hover-wrapper .link:before{
    2.  display: block;
    3.  content: "Read more";
    4.  color: #fff;
    5. }
    6. .portfolio_wrapper .masonry-hover-wrapper .link i{
    7.  display: none;
    8. }

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

  • That's work perfect!

    Many thank's for all your help!

  • Ah, just one remarque please.

    I see the text it's visible also up to the title. See the image below:


  • Please replace the previous CSS I sent with the following one:

    1. .portfolio_wrapper .masonry-hover-wrapper .links-wrapper .link:before{
    2.  display: block;
    3.  content: "Vezi mai multe";
    4.  color: #fff;
    5. }
    6. .portfolio_wrapper .masonry-hover-wrapper .links-wrapper .link i{
    7.  display: none;
    8. }

    Thanks

  • That's work perfect. Many thank's!

Sign In or Register to comment.