• So I happened to visit my website today and noticed that on one page, all the body text is greyed out. This is not true on other pages; nor is it true in the editing side. Have I been hacked? How do I fix this?

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello Sarahcjones,

    You don’t need to worry your site has not been hacked. Its just due to the priority of css that is applied to “P” tag.Use below given css:-
    .palette-primary p {
    color: #fff;
    }

    Thank you ??

    Thread Starter sarahcjones67

    (@sarahcjones67)

    I appreciate this, but would you help me understand where to put that code?

    Follow this path and add css to this file ie. style.css:-

    wp-content/themes/boldgrid-hydra/style.css

    Thread Starter sarahcjones67

    (@sarahcjones67)

    Oscprofessionals, I have looked and cannot find either of the items you reference. I am looking within WordPress / Boldgrid. I am not a web designer by trade. I am afraid I do not speak your language. If you could help a smart but uneducated person in this regard, I would be most grateful.

    Follow this path and add css to this file ie. style.css:-
    wp-content/themes/boldgrid-hydra/style.css

    You don’t need to worry your site has not been hacked. Its just due to the priority of css that is applied to “P” tag.Use below given css:-
    .palette-primary p {
    color: #fff;
    }

    Thread Starter sarahcjones67

    (@sarahcjones67)

    Wait—I did it! Thanks.

    Entered .palette-primary p {color: #fff }

    Regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Text Suddenly Greyed Out on Active Page’ is closed to new replies.