Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #64162
    Candace Kolbas
    Guest

    Currently, the site logo is hyperlinked back to the home page. How can I change the hyperlink?

    #64606
    Brandon C
    Keymaster

    Hi Candace thanks for reaching out with your Crio Pro WordPress theme questions!

    There are a few different ways to go about changing your WordPress Site Title hyperlink but I think a simple jQuery snippet should suffice.

    Visit your Crio “Customizer” CSS/JS Editor and add this bit of jQuery to the JS Code section:

    jQuery(document).ready(function($){  
            $(".site-title a").attr("href", "https://google.com");
    });

    Be sure to change the https://google.com to the URL you would like to link to.

    I hope this helps! Let us know if there’s anything else that we can answer for you.

    #64635
    Candace Kolbas
    Guest

    Thank you Brandon, for replying to my question but unless I am totally missing it, it didn’t answer my question! I don’t want to change the “site title” hyperlink, just the site LOGO hyperlink. I would like to see the “DAR” logo go to the national website at dar.org.

    Also a second question: I need to make this site with a temporary url so that my national organization can approve it for our local chapter, how do I do that???!!!

    This is my first time building a webpage like this and so some of this is pure Greek to me! I’ve pretty much have been learning by doing so I don’t think I’ve done too bad so far!! lol

    Thank you.
    Candace Kolbas

    #64650
    Candace Kolbas
    Guest

    Ok, now I think I screwed something up! I can’t even get into my dashboard. I edited the JS and url and now EVERYTHING including all of my menu buttons takes me to dar.org which is NOT what I want! How do I get out of this?

    Candace Kolbas

    #65000
    Brandon C
    Keymaster

    Hi Candace,

    Sorry to hear you’re still having trouble. I’m not sure why you were being redirected to dar.org but I’m not getting this as click around on your site.

    The site-tite and site-logo that you see under your primary menu have the same hyperlink so if you need to redirect your logo’s URL then the snippet we sent you should suffice.

    If it’s something else can you please send us a screenshot of the icon you want to redirect?

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How can I change the site logo hyperlink in my Crio WordPress theme?’ is closed to new replies.