}
To make sure that is the right style, you can double-click it in the Dev Tools and change the color value. You should see an instant change in your browser. That will confirm that this is the color we need to change, so copy and paste the code above into your child theme style.css file anywhere below the @import rule.
You can use Photoshop or to get hex values for colors, let’s use a nice bold pink – E01B6A. Insert your new color value (leaving the hash tag), and save.
123 | #header-container, .footer-widget-container { |