Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #32038

    I am using free Catch Everest. On my site, http://www.amoredecorrental.com, the submenus are not working when I use safari for the follow tabs:

    centerpiece rentals, décor, fresh florals, or gallery.

    I have customized the css, but I removed that customization and the problem was still present.

    the customization is (as mentioned is present with or without the customization):

    blockquote {
    background:#ffc0cb;
    color: #000000 !important;
    border-radius: 12px;
    }
    .page .entry-title {
    display: none;
    }
    .widget-title {
    display: none;
    }
    .widget {
    padding-top: 17px;
    padding-top: 1.7rem;
    }
    .site {
    border-radius: 12px;
    }
    #main {
    padding-top: 20px;
    padding-top: 2rem;
    }
    #content .entry-content img { box-shadow: none; }

    #header-menu {
    background-color: #af1583;
    margin-bottom: 0;
    }
    #header-menu ul.menu ul a {
    background: #af1583;}

    #colophon #access-footer ul.menu a:hover,
    #colophon #access-footer ul.menu a:focus {
    background-color: #000000;}

    #colophon .menu .current-menu-item a {
    background-color: #af1583;}
    #site-generator {
    background-color: #af1583;
    color: #999;
    }

    The site works fine on Internet Explorer. Also, safari worked fine as I was building the site on my temporary url.

    Thanks in advance for any help you can provide.
    Antoniodcard

    #32041

    Problem solved. I deleted the links to the centerpiece rentals, décor, fresh florals, or gallery tabs in the menu. I added a link to the homepage and it is working now.

    Thanks

    #32042

    You’re better off using # because having the homepage linked will display all these tabs as active when you are on the homepage.

    #32153
    Sakin
    Keymaster

    @Antoniodcard007: If you are using Empty in URL in our custom menu then in your Labels for that menu should be as
    <span onClick="return true">CENTERPIECE RENTALS</span>

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Safari Menu problems’ is closed to new replies.