Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #267692
    derray
    Participant

    Hey!

    I`m using the Fotografie theme (love it) and would like to change a few things like removing featured image from posts and removing the title from posts page. I already did that with additional CSS I found here. But for a few weeks now it doesn’t work anymore.
    Tried pretty much all the CSS I could find, but it doesn’t have any effect.

    https://raysgeardesigns.com/blog/

    best regards
    derray

    #267755
    tikaram
    Participant

    @derray: To remove the title from the post page please add the following additional css.

    .single-post .entry-title {
    	display: none;
    }
    .single-post .singular-section {
    	padding: 0;
    }

    Regarding featured image it looks like the image is loading from the post content. Please check your post and remove the image if its coming from post content.

    Regards,
    Tikaram

    #267758
    derray
    Participant

    “To remove the title from the post page please add the following additional css.”

    Nope. Doesn’t change anything.

    The problem with the featured image is now solved with a plugin. But I would like to do that with additional CSS, too.

    #267860
    tikaram
    Participant

    @derray: The give code is supposed to work on a single post page. If you are on a post page the code is supposed to work. Let me know if you have any more details regarding the issue.

    Regards,
    Tikaram

    #267884
    derray
    Participant

    I would like to remove/hide the word “BLOG” on the posts Page: https://raysgeardesigns.com/blog/ or turn it into a normal H1 headline like on the other pages.

    That doesn’t work with the given CSS-code.

    #267962
    tikaram
    Participant

    @derray: If you would like to hide the word BLOG please add the following additional css.

    .blog .page-title-wrapper {
    	display: none;
    }

    Regards,
    Tikaram

    #268021
    derray
    Participant

    Great, that worked! Thanks a lot!!!

    #268079
    tikaram
    Participant

    @derray: Glad to know that the issue has been resolved.

    Regards,
    Tikaram

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘additional CSS not working’ is closed to new replies.