Removing "See Project Details" on separate Department pages

  • Posted in : Responsy WP
  • js_mlm
    Participant

    Hi. I have removed all text from “See Project Details Text” box in Theme Settings/Style. This removes the overlay text on the main (“all”) page of the Portfolio, including when you rearrange by Department. But if you set up a separate sub-menu Portfolio page by Department, and access the page that way, the text “See Project Details” is still there when you mouse over. Is there any way to remove that text as well? Thanks!

    ahmetsali
    Keymaster

    Hi, you can use the custom css code below;

    .portfolio-items .title { text-indent: -999em;}
    
    js_mlm
    Participant

    Once again, it worked perfectly. Thanks again!

    otnchristie
    Participant

    Is there a quick way of changing the text “See Project Details” to “Read More” using CSS?

    I am not using localisation as the site is english only.

    Mehmet S.
    Keymaster

    Go to Theme Settings > Style > See Project Details Text.

    otnchristie
    Participant

    Thanks, I hadn’t noticed that before!

    jasonkimmings
    Participant

    I have changed my text as indicated above, but my widget text on the home page showing my latest projects still remains the default. Any way of changing this too?

    Mehmet S.
    Keymaster

    Paste to Theme Settings > Style > Custom CSS:

    .media-box .mask .title { display: none; }
    
    jasonkimmings
    Participant

    Ok this has removed the titles from all the thumbnails. This is not what I want unfortunately. I changed the text as stated earlier in the thread, but the change didm’t follow through to the homepage widget that shows the latest projects. Can I update this text to match that of my portfolio page?

    Mehmet S.
    Keymaster

    You can change it on homepage with localization.

    – Go to Documentation > Localization.

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

The forum ‘Responsy WP’ is closed to new topics and replies.