Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #52873
    Gunter
    Participant

    Hello,

    I’m trying to get rid of “category archives” at the top of the page, see: http://diabetesordination.at/category/diabetes/uncategorized/
    I was trying to use “.category .page-header { display: none; }” in my custom css, but it didn’t work.
    Can you please help me?
    Thanks!

    #52889
    Sakin
    Keymaster

    @Gunter: That css should work but I see there is issue with the existing Custom CSS in your site. Please find the following css in you Custom CSS box, there is extra width: 100%; and closing bracket }
    #header-left { padding-top: 8px; }
    width: 100%;
    }

    This should be as :
    #header-left { padding-top: 8px; }

    Then you can add your css and it will work
    .category .page-header { display: none; }

    #52892
    Gunter
    Participant

    Oh thank you so much. You guys are doing such an incredible support!!!

    Unfortunately I still have a little problem: the blue bar on this site (it’s a jpeg) should be presented in full width. Can you please check my css again?

    #52919
    Sakin
    Keymaster

    @Gunter: Can you check your setting at “Appearance => Theme Options => Header Featured Image Options => Enable Featured Header Image”. It should be “Entire Site, Page/Post Featured Image”. Then it will show your featured image as header image and in category and homepage, it will show default header featured image.

    Also I don’t understand why you added in featured image as Blog image for your post “Novartis entwickelt zusammen mit Google eine sogenannte smarte Kontaktlinse für Diabetiker”

    #53004
    Gunter
    Participant

    Thank you for your answer, but I am still struggling with the problem.

    ad 2: I added featured image in the post for design purposes. Do you have another solution for adding a blue bar on every site/post?

    Thank you!

    #53030
    Sakin
    Keymaster

    @Gunter: Sorry that’s the only solution we have.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘get rid of category archives’ is closed to new replies.