Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #503970

    Hi guys,

    i would like to change the submenu links color on MOBILE VERSION. i tried to use advanced setting, css code, everything but doesn’t works. i can change the background but not the lonk color.

    i would like to set white color as the main menu.

    Cna you help me asap please?

    thank you very much!

    cheers

    Mario

    #503983

    Hey Mario!

    Can you please post a screenshot and show the changes you would like to make so we can make sure that we are on the same page?

    Best regards,
    Yigit

    #503993

    Hi Yigit,

    her it is the link

    as you can see the submenu links are black.

    Mario

    #503998

    Hey!

    Please add following code to Quick CSS

    #mobile-advanced a {
        color: white!important;
    }
    #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { 
    color: #37bdf6 !important;
    }

    Cheers!
    Yigit

    #504008

    Thanks Yigit, it works but it moves away the cart icon, under the menu icon.

    what’s wrong?

    thanks

    MArio

    #504012

    Hey!

    That should not happen since we are targeting only links in mobile menu. Can you please post a screenshot and show the changes that happens when you apply custom CSS code? Also, please post the content of your Quick CSS field using – http://pastebin.com/ here

    Regards,
    Yigit

    #504017

    Hi Yigit,

    it moved the basket and it also changed the layout of the page moving everything to the left

    #504020

    Hi!

    Do you mind creating a temporary admin login and posting it here privately?

    Cheers!
    Yigit

    #504023

    SUre,

    here the link Yigit for the CSS

    #504024

    Yes, here you have the access

    #504026

    Hi!

    Please replace your code with following one – http://pastebin.com/6eN649tz

    Regards,
    Yigit

    #504035

    Yigit,

    there’s a serious problem with the layout.

    i don’t know there’s a black margin for all page.

    can you see it?

    i paste your css but nothing happende at the cart button. is still in the same position, under the menu icon

    • This reply was modified 8 years, 7 months ago by Mario.
    #504041

    Hi Yigit,

    i’m gonna explain you what we have now:

    – home page ok at the beginning. turning the mobile phone the layout change, and it’s ok (cart icon still under the menu)
    – come back in vertical position with the mobile phone and something creates a black margin from top to bottom of the page on the right side.
    – cart icon still in the same position, under the menu.

    Thanks

    Mario

    • This reply was modified 8 years, 7 months ago by Mario.
    #504049

    Hey!

    I tried removing the last code i posted and it did not change anything. Can you please post a screenshot and show how they suppose to look? It seems to be related to other custom CSS you have.

    Best regards,
    Yigit

    #504065

    I did not modify anything more.

    Here is the website before we put the css code

    #504071

    Hi!

    Please remove following code from Quick CSS or adjust it

    @media only screen and (max-width: 1024px) {
    .html_header_top #menu-item-shop.cart_dropdown {
        right: -80px;
    }}

    Cheers!
    Yigit

    #504086

    Little problem:

    menu links color changed on the desktop too. are all cyan.
    the social icons are changed too.

    suggestion?

    ADJUST IT!

    ok, perfect, thanks a lot for your precious help, as always.

    have a nice day ;)

    Mario

    • This reply was modified 8 years, 7 months ago by Mario.
Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘submenu links color’ is closed to new replies.