-
Author
-
September 17, 2017 at 04:27 #173929jamesbuddyrogersParticipant
How can I change the logo url to another page?
September 17, 2017 at 17:18 #173941Kieran_SQModeratorHi,
To change the path of the logo image you will need to be using the SweetDate Child theme and copy the below file from you parent theme
/sweetdate/header.php
To your child theme
/sweetdate-child/header.php
Open the file from you child theme with your favorite code editor, go to line 158 and edit the href value to suit your needs.
<a href="<?php echo get_home_url(); ?>">
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
September 17, 2017 at 19:10 #173945jamesbuddyrogersParticipantThanks. This didn’t work. Is there something else I should be doing?
September 17, 2017 at 19:14 #173946Kieran_SQModeratorHi,
You need to change line 158 where you see
<a href="<?php echo get_home_url(); ?>">
change this to<a href="https://www.mydomain.com/">
.Clear your website cache, local cache (Ctrl+F5) and purge any services like CloudFlare or MaxCDN after you have made changes to the child theme file to see changes.
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
You must be logged in to reply to this topic.