March 18, 2016 at 15:04
#111524
Moderator
Hi
The wp-content is a folder located on your server and you should connect using a FTP client
For centering that 5 images on homepage add this css to wp-content/themes/kleo-child/style.css
COPY CODE
section.container-wrap.home_box_wrap.main-color.border-bottom .section-container.container .wpb_column.vc_column_container.vc_col-sm-2 {
width: 20% !important;
}
You can remove all borders from page by adding this css to wp-content/themes/kleo-child/style.css
COPY CODE
.home section.container-wrap.main-color.border-bottom {
border: 0;
}
Take a look on youtube how to connect to server via FTP : https://www.youtube.com/results?search_query=connect+ftp+server+wordpress
Please consider that I’m trying to help and guide with your issues but please understand that we don’t offer advanced customisation through our forum or support tickets.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution