Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #547317

    Hi,

    I am having trouble with removing an unwanted arrow which appears while hovering over a link in the footer menu of my website.

    It looks like this when hovering over the second link …

    Screenshot

    Both links are part of the footer menu structure.

    I’ve tried the following code, but unfortunately it does not work:

    .avia-bullet {
      display: none !important;
    }

    Your help would be greatly appreciated!

    PS: I am running Enfold 3.4.3.

    #547400

    Hey Eva,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #547429

    Thanks for your reply! See “Private Content” for the URL to the website. The problem only appears in “Mobile Mode” (Width < 48em).

    #547550

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    #socket .avia-bullet {
    display:none !important;
    }
    }

    Thanks,
    Rikard

    #547606

    Thanks for your reply, but unfortunately, that does not work :-(
    Also, I had tried to set display:none for the .avia-bullet class globally before (see original post).

    #547762

    Hi,

    You have this code active on the site:

    @media only screen and (max-width: 48em) {
    #socket .container span, #socket .container nav {
        float: none !important;
        display: inline-block !important;
    }
    }

    Not sure what file it’s coming from but if you inspect the element you will see it.

    Thanks,
    Rikard

    • This reply was modified 8 years, 11 months ago by Rikard.
    #548268

    Hi Rikard,

    thanks for your continued support.

    The code, which you are refering to, is from my custom.css file.

    I need the footer menu to be visible at all time and I also want it to be centered in mobile view.

    Please see below for the full code.

    If I’m commenting out the bit of code, you were refering to, the arrow is gone. Unfortunately, so is my centered footer menu :-(

    Is there another way to center my footer menu?

    #549744

    Hey!

    about which arrow are you talking about? I checked link you have provided (s. private content), but can’t find any arrow. I checked on mobile and your footer looks good to me:

    Could you fix it already? Please clear browser cache and hard refresh a few times.

    Cheers!
    Andy

    • This reply was modified 8 years, 11 months ago by Yigit. Reason: moved screenshot to private content field upon request
    #549798

    Hallo Andy,

    ich teste stets mit verschiedenen OS/Browsern. Der Pfeil ist leider noch da. Er erscheint beim Hovern mit der Maus, nicht auf Touch-Devices. Bitte einfach mal das Browser-Fenster klein ziehen.

    #551124

    Unfortunately the problem persists :-(

    #553637

    Hi!

    Can you please update Enfold to the latest version 3.4.6 firstly – kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

    #557229

    As of Enfold 3.4.7 the problem persists.

    #558775

    Hi!

    Can you post a screenshot of the issue?

    Regards,
    Josue

    #559091

    Hi Josue, there is a screenshot in the original post.

    #559120

    Hi!

    Can you try uploading it to dropbox or imgur? i don’t see any link in your last message.

    Cheers!
    Josue

    #560153

    Hi Josue, it’s in the original post (= first post)
    https://cdn.pbrd.co/images/2DeAqBWg.png

    #560252

    Hey!

    That doesn’t look like the footer in the site you linked, here’s how i see it – http://imgur.com/581iRU6

    Cheers!
    Josue

    #562416

    Hi Josue,
    that’s how I see it as well. I simply changed the background color. Now please try to hover over the link “Datenschutzerklärung” and you should see the arrow.

    #562485

    Hi!

    Use this:

    @media only screen and (max-width: 48em) {
    	#socket .container .avia-bullet {
    		display:none !important;
    	}
    }

    Regards,
    Josue

    #562712

    Great, this one works!
    Thanks for your support!

    #562913

    Hi Eva,

    Great, glad we could help :-)

    Thanks,
    Rikard

Viewing 21 posts - 1 through 21 (of 21 total)
  • You must be logged in to reply to this topic.