Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #58456
    Raul
    Participant

    Hello, I would like to remove the permalink image and the author-date in all the posts. This is for the Catch Everest theme.

    If I purchase the pro theme later will all the content load the same? of course i imagine I have to re enter all the custom css again right?

    #58473
    Sakin
    Keymaster

    @Raul: I don’t get it what you mean by remove the permalink image. Can you explain in reference with your site URL.

    To hide the author and date from all the post, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .entry-header .entry-meta { display: none; }

    If you purchase Catch Everest Pro, you content will load same and also your custom css in “Appearance => Theme Options => Custom CSS” will be safe. Only, you might need to set your custom menu location. You can check this screencast at http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/

    #58480
    Raul
    Participant

    Thank you, you are awesome, I successfully removed the entry meta from the post.

    Now If you see this link: http://laspalmas.mexworx.com/casa-guacamaya/ The featured image shows up on top of the post’s title, I’d like that image to not show up.

    Thanks again.

    #58483
    Sakin
    Keymaster

    @Raul That option is there only in Catch Everest Pro theme, where you can disable it from “Appearance => Theme Options => Content Featured Image Options”. But in free version, you can either remove that by building child theme and removing that code or you can hide it by adding in the following css in “Appearance => Theme Options => Custom CSS” box:
    .single .featured-image { display: none; }

    #58484
    Raul
    Participant

    Awesome, that worked wonders.

    Thank you very much.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Catch Everest – Remove permalink image in the post’ is closed to new replies.