Home › Forums › IT Consultant Support › Logo in header seems faded
- This topic has 7 replies, 3 voices, and was last updated 6 years, 5 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
June 6, 2017 at 5:46 pm #74681
My logo seems faded when placed in the IT Consultant Pro theme’s header.
Is there a way to make it more brilliant? Maybe there is some kind of opacity setting for it?June 7, 2017 at 10:36 am #74739Hi,
Kindly show us your website URL so that we can assist further.
Regards,
ShriJune 7, 2017 at 12:17 pm #74774www.harderit.com
I looked into it further and maybe it is just my picture file, but if you have any suggestions it is appreciated. Thanks.June 8, 2017 at 4:04 am #74812Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.header #logo img { height:auto !important;}
Regards,
DaveJune 8, 2017 at 1:46 pm #74984Wow, that is brilliant. I changed my image file’s brightness property (lowered it) and combined it with this custom CSS code:
.header #logo img { height:auto !important;}and now the logo stands out much better.
Thank you Dave!Next question: This did increase the height of the header bar. I have already cropped my logo file but there still seems to be too much space between the logo in the header and the slide deck. Is there a way to shorten that distance so the slide deck is tighter to the header above it?
June 9, 2017 at 3:54 am #75028Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.head_fix { padding:10px 0 0;}
Regards,
DaveJune 9, 2017 at 5:20 pm #75126Yes, that code does what I wanted.
I increased it slightly to 12px to find the sweet spot of the banner height I needed:.head_fix { padding:12px 0 0;}
Thank you.
June 12, 2017 at 4:28 am #75225🙂
-
AuthorPosts
- You must be logged in to reply to this topic.