Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Do you have to attach a featured image to those pages (that the circles represent)?
Andrew: we would like to attach the inside the images yes.
oh and does anyone know how to change the color of the footer? from the current orange color?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Edit those pages in the dashboard and look along the right hand side for “Featured image”. Then attach one.
Thank you Andrew!
do you know how to edit the footer color?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
I have looked at the themes code – used AdobeKuler to find the orange colors hex number – but could not find this in the themes code – soo.. is there another way to change it?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin
Then use its “CSS Code” section of the dashboard to hold your CSS modifications:
Alternatively use your Child Theme style.css file to hold your CSS modifications:
footer[role="contentinfo"] {
background: deeppink;
}
okay will try this tomorrow. Thank you very much for you help and quick responses!