Tagged: remove-border
- This topic has 8 replies, 4 voices, and was last updated 10 years, 2 months ago by Theme Horse Support Team.
-
AuthorPosts
-
September 20, 2014 at 3:02 pm #16342pttonyParticipant
I’m getting a border around the round images on the corporate layout home page. Is there a way to remove these? See my testing site here: http://www.c-i-p-e.org/wp-dev
I have another site with this theme where I don’t have this problem: http://tntstereoscopy.com/ (or maybe I already resolved this with you in the past – in either case, I can’t seem to find a solution).
Thanks,
TonySeptember 23, 2014 at 6:37 am #16467Theme Horse Support TeamKeymasterHi pttony,
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.services-item .service-icon { padding: 0; }
Thank you!
September 23, 2014 at 1:26 pm #16485tony.jenkinsParticipantfantastic! Thanks.
Quick follow-up question:
After the fix I noticed that one of the three images (in the donate box) highlights on rollover – while the other two don’t. Is there a setting that can fix this or make it consistent? I’m fine either way.
September 24, 2014 at 12:05 pm #16552Theme Horse Support TeamKeymasterHi tony.jenkins,
which donate box are you talking? Could you please send the url of your site.Thank you!
September 24, 2014 at 1:38 pm #16561tony.jenkinsParticipantI’m referring to the three corporate layout middle boxes… the featured images in the first two don’t highlight on rollover — the third one (the box titled donate) highlights as blue on rollover.
Why the discrepancy between the other two?
September 24, 2014 at 3:22 pm #16567Theme Horse Support TeamKeymasterHi tony,
We have found that there is a css conflict with the theme. Just Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS add the following CSS code and Click on save all changes button:
.services-item .service-icon { background-color: #555; }
Thank you!
September 24, 2014 at 6:24 pm #16581tony.jenkinsParticipantI tried your suggestion but there is no change. Any further advice? It’s strange that there is a CSS conflict… I’ve not altered the CSS in any way after installing – unless there is some plug-in conflict.
September 24, 2014 at 6:30 pm #16582tony.jenkinsParticipantFYI – I changed the featured image and it appears to have fixed the problem.
I think what was happening is that I had an image with white text and a transparent background. Apparently the transparency caused the highlight to appear? Is there any particular reason why that might happen?
September 25, 2014 at 4:27 pm #16634Theme Horse Support TeamKeymasterHi tony,
There is CSS file name widget005.old.css where there is a below css and it is conflicting to the main style.css file.
.service-icon { padding: 4px 8px; } .service-icon:hover { background: none repeat scroll 0 0 #2095f0; color: #fff; }
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.