- This topic has 1 reply, 2 voices, and was last updated 7 years, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Girlie Pro Services Section
When I add content to my pages they appear on the home page under each service section column. I only want the Service picture to show. No “Read More” or Text or Links. I am trying to make the only page link be the image. I already have this in my custom CSS and it kind of works:
URL: www.waylandrealtydfw.com
.post-5 .entry-title{
display:none;
}
.post-2 .entry-title{
display:none;
}
.post-25 .entry-title{
display:none;
}
.post-27 .entry-title{
display:none;
}
.post-98 .entry-title{
display:none;
}
.post-105 .entry-title{
display:none;
}
.post-6 .entry-title{
display:none;
}
.products-thumb { height:480px;}
.fa.fa-facebook.fa-lg { background:#3b5998;}
.fa.fa-twitter.fa-lg { background:#2ca7e0;}
.fa.fa-google-plus.fa-lg { background:#d74633;}
.fa.fa-pinterest.fa-lg { background:#cb2027;}
.fa.fa-instagram.fa-lg { background:#912fbf;}
.fa.fa-youtube.fa-lg { background:#e02f2f;}
.services-wrap { background-color:#fff !important;}
.slide_info h5 {display:none !important;}
.one_fourth a.linkreadmore{display:none !important;}
.one_fourth h2{display:none !important;}
.one_fourth h5{display:none !important;}
.one_fourth h3{display:none !important;}
.services-wrap .one_fourth p{display:none !important;}
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.services-wrap h3 { display:none;}
.services-wrap .one_fourth img { pointer-events: none;}
Regards,
Brad
WordPress CRM Plugins For those who are looking for the best WordPress CRM plugins to boost their businesses online, we have the needed list and […]
WordPress Form Builder Plugins Building a website without forms is like opening a store without doors. You need ways for visitors to contact you, sign […]
Every WordPress website relies on a MySQL database to store everything from your content and user information to site settings and plugin configurations. Yet many […]