70 likes | 82 Views
Adding custom logo to Genesis child theme is as simple as 1-2-3. So, in just 4 steps you can make it work for your website built on Genesis Framework.<br>[ https://rainastudio.com/add-custom-logo-to-genesis-child-theme/ ]
E N D
Add Custom Logo to Genesis Child Theme After adding this code to your theme’s functions.php, you’ll see something like the screenshot below. We enable the option in Customizer > Site Identity Select your logo and save it. Let’s display your logo now. Add the code below to display the custom logo that has selected already.
Add Custom Logo to Genesis Child Theme You’ll see your custom logo displaying as like as the screenshot below after adding the code of showing. Display Custom Logo to Genesis Child Theme Okay, we have a metabox for selecting the option for the header; “Image Logo” and “Dynamic Text” in Genesis Theme Setting page. So, I think we don’t need that metabox anymore. Let’s remove it. Add the following function to your theme’s functions.php
Add Custom Logo to Genesis Child Theme I think we don’t need title/logo metabox in Genesis customizer also. So, here is the screenshot with red marking area going to remove. Here is the code snippet to remove title/logo metabox from Genesis customizer:
Add Custom Logo to Genesis Child Theme We have done except adding a few CSS lines. If you want you could add them to your style.css Here is the full snippet of adding the custom logo to Genesis child theme:
Leave feedback if you face there any issue. Thank you all. Happy coding!