Reduce font size of footer

Hi,

I will like to reduce the font size of the footer of my website.

The URL is http://sciencelearninghub.com/

The current CSS code is below:

/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
/Remove author and date information/
.entry-meta {
display: none;
}

body * {
font-family: Raleway, “Helvetica Neue”, Helvetica, Arial, sans-serif;!important;
font-size: 16px;
}
#page #main .entry-content {
color: #000;
}

/Increase title font weight and size/
#shapely_home_parallax-1 .top-parallax-section h1 {
font-size: 50px;
font-weight: bold;
}

/Footer link margin and width increase/

.col-sm-6 {
width: 100%;
}

.copyright-text a {
margin-right: 1px;
}

/increase width of text column/ .home .col-md-4 {

width: 70%;
}

/Widget titles font weight and size/
.shapely_home_parallax h3 {
font-weight: bold;
font-size: 20px;
}

Thanks in advance

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the footer font size by going to Appearance > Customize > Additional CSS and pasting it there.

/*Footer font size*/
.copyright-text {
    font-size: 12px;
}

Best Regards,
Support

Hi,

Thanks a great deal.

However, what i want is to reduce the font of the menu i created at the footer.

Referring to the fonts of “COURSES ASSESSMENT & PROGRESS PRICES WHY US CONTACT US” in the attached screenshot sent.

Regards

Hi,

Please this is a reminder.

Thanks