• Hello,

    This is my first official post, I apologize if it is in any way outside the expected guidelines.

    I’ve inherited a wordpress website and both the page titles, and the headers disappear when they’re live previewed or published. If I highlight those portions of the page using my mouse, they become visible. I guess this would mean that either the text is translucent or white.

    Any help in solving this would be greatly appreciated.

    Thank you.

    -Merrick.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please provide a link to a page on your site where we can see this. Thanks.

    Thread Starter merrickac

    (@merrickac)

    Here is an example from one of the pages:

    https://www.portlandnaturalhealth.net/services/acupuncture/

    Above the visible text on this page there is a title and a header that can only be seen when you use the mouse to highlight it.

    There are also two headers in the center of the page below the image.

    Thanks again.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It looks like you can set the colour of the headings in the theme options. They have been set to white. Can you check if you can set these back to black?

    Thread Starter merrickac

    (@merrickac)

    Hello Andrew,

    I’m uncertain? Let me take a look in ‘Themes’ to see where that option exists. I didn’t notice anything overtly obvious earlier, but I will take another look.

    Thank you for taking the time to help me out.

    Thread Starter merrickac

    (@merrickac)

    I’m in the custom css editor portion of our Themes tab, it’s not entirely clear what code I’m looking for. Is there a common chain that would represent the ‘title’ and ‘header’ portions of text?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I don’t know of a common way theme vendors outside of www.remarpro.com do heading colour styles, but if you can’t find the option responsible then you can make a CSS modification to override it:

    
    body h1,
    body h2 {
        color: black;
    }
    
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Disappearing or Translucent Headers’ is closed to new replies.