Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #2053153
Mobile nav icon
Closed

Comments

  • craftbeardoil started the conversation

    In a tight responsive layout (and mobile), there's a small "a" character beside the nav label... Looking at the CSS, I think it's the "mobile nav icon". But I don't see any place to remove it (or change it) in the Elated Options, Menus, Widgets. I've looked through the documentation as well. How can I remove this? 

    Thanks!

  •  1,845
    Elated replied

    Hello there,

    Please try to follow the instructions from this link in order to solve these Cross-Origin errors: 

    https://davidwalsh.name/cdn-fonts

    These instructions work for all browsers and icon packs.
    Basically you need to add few lines of code inside of a .htaccess file and it is better to ask you host to do that for you in case that you are not feeling comfortable doing that:

    <IfModule mod_headers.c>
      <FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$">
        Header set Access-Control-Allow-Origin "*"
      </FilesMatch>
    </IfModule>

    Most of the users were able to solve this cross-origin problem with the solution from that article, but if that does not work for you, you will need to contact your hosting provide support and ask them to fix the Cross-Origin issue, as it is server oriented.

    Hope this helps! If there is anything else that we can help you with please don't hesitate to ask.

    Kind regards,

    Sean


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • craftbeardoil replied

    Ah it's not a cross origin issue. I just want that "a" character removed. I think it's the mobile nav icon that came with the theme. Look at visitfrancislake.com on mobile and you will see what I mean. Where can I change or remove the mobile nav icon in the albergo theme? 

  • craftbeardoil replied

    I added ".icon_menu { display:none; }" to the custom CSS as a work around for now... But please, I would like to know where I can change or remove the mobile nav icon in the Albergo theme 

  •  1,845
    Elated replied

    Hello there,

    Unfortunately there is no predefined option for removing or changing this icon, there is only option for changing it's color int Elated Options -> Header -> Mobile Menu Opener:

    2410755226.png

     For anything else, using CSS would be the only solution.

    If you need any further help with this, don't hesitate to write back in.

    Best regards!

    Joey


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.