Tagged: logo
-
AuthorPosts
-
January 26, 2014 at 4:20 pm #215026
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.January 27, 2014 at 12:45 am #215106Hey 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,
YigitJanuary 27, 2014 at 11:39 am #215289Hello,
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.January 27, 2014 at 3:41 pm #215353Hey!
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,
YigitJanuary 27, 2014 at 4:54 pm #215392Thanks
Incredible support !
We know what we are paying for with your themes !! :)January 27, 2014 at 4:58 pm #215396 -
AuthorPosts
- The topic ‘Put a bigger logo ?’ is closed to new replies.
