Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #336673
    cornflowergirl
    Participant

    Hi, after we updated to WP 6.6, have had issues in getting the single post title templates to show the right color – despite multiple attempts to change just the title color, it still reverts back to black on the live page (would like it to be white):

    Also, the hero section seems to have broken for PC browsers and mobile – the column and text and image blocks don’t seem to load, despite looking OK in the editor. Any help please? This is our site: https://robertrenke.com/

    Thanks!

    #336678
    minal
    Keymaster

    Hello, cornflowergirl

    To change the single post title color to white please add below CSS snippets to your Additional CSS

    .banner .wp-block-post-title {
    
       color: var(--wp--preset--color--foreground);
    
    }
    
    

    to find additional CSS go to Dashboard >> Appearance >> Editor >> Template >> Front Page

    templates

    edit

    add
    And about the hero content issue we checked on our end and everything is fine so can you disable all plugins one by one to check on your end?

    if it didn’t work please feel free to share

    Sincerely,

    Minal

    #336683
    cornflowergirl
    Participant

    Hiya,

    This helped, great – thanks a lot! Turned out a plugin was messing up the hero section on mobile, works now 🙂

     

    / Matleena

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Issues with hero section and single post titles after WP 6.6’ is closed to new replies.