• I need to remove the hyperlink from the logo on https://www.solanaturalbeauty.com. I have tried to look for help in google but nothing is working or maybe I’m not doing something right. Can someone help me? Your help will be greatly appreciated and thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • You should contact support with the theme developers about how to accomplish that. https://wpcane.com/support/

    That link is placed by your theme, most likely a file like “header.php”, but this could vary.
    Maybe there is a filter that you can manage to change this, but more likely you need to create a child theme of your theme “business-inn”, details here:
    https://codex.www.ads-software.com/Child_Themes

    Then take a copy of “header.php” from your theme directory to your child theme directory. And then customize it to place the logo without the link, then test it, maybe this will require you to also change your CSS.
    If this does not work for you then suggest that you seek support from your theme support forum.

    You can set css code in style.css.
    =========
    a .custom-logo {
    cursor: default !important;
    }
    ===========
    It will be disable hyperlink for logo link after the set code.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable hyperlink for logo’ is closed to new replies.