Site logo

Archived topic

Change default url logo

9 replies · Started by Natalia on March 5, 2017

Viewing posts 1–10 of 10

Hi, I created a site with generatepress, on the site I created a cover page or presentation, from which you access the main page of the site, where all the content. I want to change the url of the logo, so that it goes to the main page, not to the cover page or presentation. Can you tell me where I can change the default address of the logo?

Hello, thanks to your information has been solved. Thanks for the help.

You're welcome :)

Hi,

I am trying to make a logo clickable for telephone.

add_filter( 'generate_logo_href','generate_custom_logo_href' );
function generate_custom_logo_href()
{
// Enter the URL you want your logo to link to below
return 'tel:+31999999999';
}
I tried to add the snippet in the Code Snippet plugin
but that didn't work.

Any suggestions !? Thanks !

Hi Eddy

can you raise a new topic where you have the option to share a link to the site.

Is it possible to use the new GPP Elements to insert the filter code recommended above?

Thanks for the super quick reply Leo!

I created a child theme and inserted the code into functions.php. Worked like a charm.

No problem :)

This archived topic is closed to new replies.