This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Hide Photo Titles

Resolved 9 replies themetheme-snapshot
11 years ago · Last reply by Andrew Misplon 11 years ago

Forgive me if this has been answered correctly already. I have searched through all the ‘Support’ sections for the WordPress theme ‘Snapshot.’

How can I outright hide the title text that appears on top of the slider and also appears when you mouseover the post links below?

I would no post this without having tried many different things, including altering the css.

Thank You So Much,

Brian

URL: http://hashtagnewburgh.com

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

9
  1. Andrew Misplon Staff 11 years, 5 months ago

    Hi Brian

    Insert the following into Appearance > Custom CSS for Snapshot Premium or your own Custom CSS plugin/module with Snapshot Free.

    No worries, this hasn’t been asked. Thanks for checking.

    /* Snapshot Home Slider Hide Titles */
    #home-slider .post-titles { display: none; }

    Not sure re: the images below. This would hide the entire overlay:

    .home #post-loop .post-content { display: none; }

    Or this would hide just the title:

    .home #post-loop .post-content h2 { display: none; }
  2. Mike Carnevale 11 years, 1 month ago

    Do we need to have the premium to do this? Do I need to go to the editor itself to add this? Thanks!

  3. Mike Carnevale 11 years, 1 month ago

    I went into the style.css file and found the home slider section but didnt seem that it stopped displaying the title hmm.

  4. James 11 years, 1 month ago

    use (simple custom css) plugin to add your own additional css changes

  5. Mike Carnevale 11 years, 1 month ago

    Thats cool but isnt it just going to bring me into the same spot as my edit of the CSS file? Hmmmm. I will install the plugin and look. Thanks for the reply.

  6. James 11 years, 1 month ago

    if you edit directly over the theme style.css when you update the theme the css file will be overwritten so any changes made will be lost, so using a custom css prevents this from happening plus you can easily manage the changes you make with out having to scroll through all the file.

  7. Mike Carnevale 11 years, 1 month ago

    Thanks again! I should be able to add a logo doing this also hmmm…. thanks.

  8. Mike Carnevale 11 years, 1 month ago

    Thank you! Adding the code into the CSS editor worked.

    • Andrew Misplon Staff 11 years, 1 month ago

      Hey Mike

      There is no Appearance > Custom CSS in Vantage Free but you can use a plugin like Jetpack Custom CSS. As James mentioned, it’s important to not directly edit theme files via Appearance > Editor as those changes will be lost during theme update.

      If you need a hand further, please open a new support thread:

      Page: New Thread

      Thanks

      Thanks for the help James.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread