Hi beachsand14,
I have to say, Im not sure what you really want.
That section contains 4 white boxes.
I do not know that theme, there would place to ask theme author.
It can be in some section of the settings for this theme.
You can do it rough way:
CSS way by hiding those boxes
But then this section looses it purpose.
These are very important steps to do:
put this code to your Child Theme style.css file
OR
Install Simple Custom CSS plugin and put the code there.
If you do not do css this way and put the code to themes style.css, you will loose all changes you made when you update your theme in the future.
.section-services .service-item {
display: none;
}
Cheers
TR
-
This reply was modified 8 years, 5 months ago by
Tahoerock.