Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #54619
    Gunter
    Participant

    Hello!
    I have put a background color of H1 on all my pages with custom css. Unfortunately, now there is also this background color on the headings of my homepage, where I dont want to have it. Is there a posibillity to get rid of this? Please see on diabetesordination.at
    Thank you ver much!

    #54636
    Sakin
    Keymaster

    @Gunter: You can add the following css in your custom css box:
    #featured-post .entry-title { background-color: #fff; }

    #54649
    Gunter
    Participant

    @Sakin: Thank you very much for your fast response. It worked fine! The problem now is, that I set the title color on white in site color options. But in the featured-post entry-title I need #404040. I ‘ve tried with

    #featured-post .entry-title {
    color: #404040;
    }

    But it doesn’t work (maybe overruled by site color options?)

    Please, help me again.
    Thank you very much!

    #54679
    Sakin
    Keymaster

    @Gunter: Then replace your previous css with the following css:

    #featured-post .entry-title { background-color: #fff; }
    #featured-post .entry-title a { color: #404040; }
    #54683
    Gunter
    Participant

    I’ve done it. Everything works fine now.

    Thank you very much for your great support!!!

    #54684
    Sakin
    Keymaster

    @Gunter: Thanks for your appreciation and if you like Catch Kathmandu Theme then please support it by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-kathmandu?rate=5#postform

    #54749
    Gunter
    Participant

    @Sakin: Sorry that I’m here again, but I have a big problem. Since yesterday, when I’ve replaced the css as above, my homepage is down, and I get an error 500. Unfortunately I don’t have a backup and my provider tells me, on his side everything is running well. Do you have any idea?
    Thank you!

    #54753
    Sakin
    Keymaster

    @Gunter: Custom CSS will not make your site done. It’s just design change and no coding. So, if you have edited core theme files or any plugin update then this might be issue.

    So, if you have FTP/Control panel access then try changing the name of plugin folder so it reset all plugin.

    #54770
    Gunter
    Participant

    You’ve made my homepage working! It was a plugin-issue. I am so happy now! You’ve got five stars!!!

    #54785
    Sakin
    Keymaster

    @Gunter: Woohoo thanks 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Change background color of title on homepage’ is closed to new replies.