Top left home logo
Permalink
Hi,
I am a newbie designer and am trying to edit the logo on the top left hand side on the home page. How do I do this? there are no blocks there or anything :S
I am a newbie designer and am trying to edit the logo on the top left hand side on the home page. How do I do this? there are no blocks there or anything :S
Yep. I had to edit the theme's header.php file and within the logo div I changed this by replacing the My_Site_Name to what I named my site as in the Global scrapbook. Too bad editing the scrapbook does not work on some themes. Though maybe something is weird with my installation because this did not even work in the default theme concrete5 default theme either.
$block = Block::getByName('My_Site_Name');
There are a lot of threads addressing this. If you are using the default themes from C5, the site name can be edited or replaced with a logo by going to the Dashboard - scrapbooks - global scrapbook - and selecting edit for the "My_Site_Name" to open the content block.
** (if you don't have the Global scrapbook and/or the "My_Site_Name" option, they can be manually added to your site)
*** (Some themes from the marketplace may not support this however. If that is the case, you'll need to edit the theme itself.)