• Hello, Shoreditch.

    If I use custom CSS for setting site wide text color, then I noticed, that the text below the page title for the panel page template is affected. How can I change the text color without affecting the text below the page title? I am just testing this on a test site. The CSS code, I have tried, is the one below.

    .entry-content p
    {
      color: #111111;
    }

    I am aware, that the text color can be set for each Gutenberg block, but this is tedious and seems like a bad solution, when CSS is available.

    Thanks for your work on this great looking theme.

    • This topic was modified 5 years, 4 months ago by Michael H..

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Could you please try the following CSS? I’m using #000 as a HEX code example, but feel free to update it to whatever you wish.

    .hentry:last-of-type .entry-content p, .blog.hfeed .entry-content p {
    color: #000;
    }

    Let me know if that works for you!

    Thread Starter Michael H.

    (@micskidk)

    That CSS code works absolutely perfect! Thanks. Your answer is highly appreciated.

    Glad to hear, happy to help! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with text color’ is closed to new replies.