• Resolved AlexinaCa

    (@alexinaca)


    I have the circles on the front page with texts – but would like to edit so it displays images in the circles – how could I do this?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Do you have to attach a featured image to those pages (that the circles represent)?

    Thread Starter AlexinaCa

    (@alexinaca)

    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.

    Thread Starter AlexinaCa

    (@alexinaca)

    Thank you Andrew!

    do you know how to edit the footer color?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Without code?

    Thread Starter AlexinaCa

    (@alexinaca)

    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;
    }

    Thread Starter AlexinaCa

    (@alexinaca)

    okay will try this tomorrow. Thank you very much for you help and quick responses!

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

The topic ‘Image vs. text’ is closed to new replies.