theme customizations - footer section + other pages

https://trickytechtutoring.com/

here is my website I am making.

Question 1: On the front page, down near the footer where the menu, why us?, and contact us sections are, I want to change those font colors to white, and the background of it to the blue background used above, but my theme doesn’t have an option for that. How can I customize it to make the grey background the same as the previous blue used, and the font color white?

Question 2: I want to put widget things on the pricing, FAQs and contact us pages. I want to do them up like the home page, but I can’t find where on earth to do that in wordpress.

I am using the free theme - Illdy - Free One Page WordPress Business Theme - Colorlib Apparently it’s a one page theme…? But SURELY I can setup those other pages.

Any help will be greatly appreciated! Thanks!

Hey there,

I hope you are well today and thank you for your questions.

  1. You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
    Admin Area -> Appearance -> Customize -> Additional CSS
/* Footer blue text white */
#footer {
    background-color: #0e2b38;
    color: white;
}
#footer a{
  color:white;
}

  1. Unfortunately, it is not possible to do this due to the design of the theme. The theme is coded to have the widgets be used on a static home page only. If you wish to achieve this would require custom coding.
    If you are not a developer then you can consider customizations offered by Envato,
    https://colorlib.com/out/envatostudio

Best regards,
Support.