Hi domir21,
1/ This is a social sharing section, you can add the following CSS code to the site:
.link-social {
display: none;
}
2/ This is the section from the masthead module, you can go to the backend > Site modules > find the masthead module and open it to remove content for this page.
3/ The template does not support clicking the parent menu item when has a submenu. We are checking it, will provide a solution as soon as possible.
4/ You can open this module go to advanced tabs and add the custom class to the Module Class, you can use the following CSS code:
Eg: I have used the "has-bg-white" class:
.has-bg-white {
background: #fff;
padding: 50px 0;
}
.has-bg-white .section-title.h2 span {
color: #000;
}
.has-bg-white .acm-teams.style-1 .teams-item {
background: #fff;
border: 1px solid #999;
height: 100%;
}
.has-bg-white .acm-teams.style-1 .teams-item .teams-text h4 a, .acm-teams.style-1 .teams-item .teams-text .h4 a {
color: #000;
}
.has-bg-white .acm-teams.style-1 .teams-item .teams-text span,
.has-bg-white .acm-teams.style-1 .cw-owl-nav span {
color: #3b92de;
}
.has-bg-white .owl-carousel .owl-stage {
display: flex;
}
5/ Could you let me know details about this question?