Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1060922
    doohikey
    Participant

    I’ve been trying to turn off the pinterest hover from the logo. It says you have to add an alt of nopin=”nopin” to the img src alt, but I can’t seem to know where to locate that in order to do that.

    #1060941
    Christopher
    Moderator

    Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    #1062009
    doohikey
    Participant

    See the top corner where it has pinterest…logo I want that turned off the logo.

    #1062011
    doohikey
    Participant

    Here is the photo example

    #1062335
    Jade
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1062391
    doohikey
    Participant
    #1062762
    Rupok
    Member

    Hi there,

    Thanks for writing back. You can add this under Custom > CSS in the Customizer.

    .home #x-section-1 .x-img {
      pointer-events: none;
    }

    It would be a better approach if you add a custom class to the image (you are using as logo) and apply the CSS for that class only.

    Cheers!

    #1063552
    doohikey
    Participant

    This worked perfectly and i applied it to the logo bar by adding this:

    .x-brand img {
    pointer-events: none;
    }

    #1063589
    Thai
    Moderator

    Glad it worked 🙂

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1060922 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>