• Resolved Gabbybeau

    (@gabbybeau)


    What is the code for the pink colour? I want to use it for more of the fonts but I don’t know the code

Viewing 2 replies - 1 through 2 (of 2 total)
  • You will have to change that in the css. Go to any online color swatch site or an image editing program like Photoshop , pick the exact shade of pink, and copy the hex code like this one ( #F2F2F2).

    If you are familiar with using Firebug, then its easy to find the CSS for the font you are trying to change. Replace the entry like this:

    h2 { color: #f2f2f2; }

    Its best to make custom changes in a child theme always.

    Theme Author Silkalns

    (@silkalns)

    We use #DA4453 color for Sparkling WordPress theme.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Color?’ is closed to new replies.