• Resolved staceylove

    (@staceylove)


    Hello! I’m totally new to WP (with zero programming experience) and I’m trying to customize Libretto for a blog. I’m trying to figure out how I can customize the color of the drop cap. My programmer husband took a stab at it in the CSS sheet, but no matter where he entered the new color, nothing changed when we refreshed the page. He was guessing there is a script running in the background that establishes the format, but he couldn’t find it when he inspected the element. I’m hoping one of you might know how I can do this. Thank you!!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi you can try this:

    Go to Appearance > Customize > Additional CSS and add the following CSS code:

    .format-standard:not(.post-password-required) .entry-content > p:not(.no-emphasis):first-of-type:first-letter,
    .page:not(.post-password-required) .entry-content > p:not(.no-emphasis):first-of-type:first-letter,
    .emphasis:first-letter {
      color: #ff0000;
    }

    #ff0000 is red, please use what suits you.

    Let me know if this helps!

    Thread Starter staceylove

    (@staceylove)

    It worked! I just had to clear my cache to see it change. Thank you so much!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customize Color of Drop Cap’ is closed to new replies.