Questions re: Customization Options

How do I:

  • Remove the skill bars so none show up in the About section on the home page? (Every time I remove all of them, some default ones show up!)

  • Remove these sections in the footer:

    • Products
    • Information
    • Support
    • Support
  • Change the background image behind the testimonials?

  • Change the order of the Home page sections?

Thank you,
Darcie

Hello there,

I hope you are doing well today.

  1. You can use the following CSS code to remove the bars by going to Appearance > Customize > Additional CSS and pasting it there.
/*Remove skill bar*/ #about .skill .skill-top .skill-progress-bar { display: none; }
  1. Please go to Appearance > Widgets > Footer and remove the widgets assigned there.

  2. Please go to Appearance > Front Page Sections > Testimonials Section > Background tab and simply replace the background image.

  3. In order to change the order of the Front page sections go to Appearance > Front Page Sections and you can use drag and drop to rearrange the sections except for the Jumbotron.

Best Regards,
Support