Tagged: logo
Hello,
i’m using the Enfold theme but i would like to use a bigger logo than the 340*156 one.
I would like it to be wider and taller (maybe around 500*200) and i would like to remove the header where the name of the page is written.
I think to remove the header i need to add
.title_container
{ display:none;}
to my styles.css
But what should i do to allow and make work correctly a bigger logo ?
Thanks
Fred.
Hey frvill!
1- Which type of header are you using? You can post the link to your website so we can check or you can check it yourself in Enfold theme options under Header tab. If you are using “Header with social icons and bottom navigation”, you can add following code to Quick CSS in Enfold theme options under Styling tab
.bottom_nav_header.social_header #header_main .container { height: 200px; }
2- Yes, you can use that code to remove breadcrumbs bar
Best regards,
Yigit
Hello,
it is the “small fixed header”.
I have added a wider image (without changing the height) and it seems to work correctly on desktop and mobile.
What would be the code with the Small Fixed Header ?
Thanks
Fred.
Hey!
Please refer to my post here https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003 if you would like header to resize when scrolled. If you want it to be fixed, please add following code to Quick CSS in Enfold theme options under Styling tab
#header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a {
height: 200px !important;
line-height: 200px !important;
max-height: none !important;
}
Regards,
Yigit
Thanks
Incredible support !
We know what we are paying for with your themes !! :)