Hi Ambika,
The “Take a Closer Look” section on my website is the “Latest News” section in the Zerif Lite Theme. You can activate the section from your WordPress Dashboard under Appearance => Customize. Scroll down to the Laatest News Section. Here, you can uncheck the box that says Hide Latest News Section and also enter the Title and Subtitle you want for the section.
The content displayed in the Latest News Section comes from Posts. They are displayed with most recent post first, so if you want yours to display in a particular order, you need to create your posts accordingly. By default, the Main screen displays your four most recent posts. If more than four posts are entered, the theme will add right and left scrolling, as in the carousel look.
To remove the numbers from the colored circles on the About Us section requires custom css code. You will need to install a custom css plugin. I use the WP Add Custom CSS plugin.
First, go to Customize Theme and scroll to the About Us section. For each Feature#1 thru Feature#4, set the percentage to 100.
Next,enter the following custom css code:
.skill1 {
color:transparent !important;
}
.skill2 {
color:transparent !important;
}
.skill3 {
color:transparent !important;
}
.skill4 {
color:transparent !important;
}
I hope this is helpful for you.
Thank you,
Peggy