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

    1. I am using 3 Price charts with a description column to the left. When viewing this page on mobile the description column disappears and there is no way of knowing what you are reading on the price charts. How do I resolve this?

    2. I don’t like how the submenu text color fades out so I used the advanced styling to change the color of sublevel menu items.. But the mega menu items are still faded and didn’t change color. How do I fix this?

    3. When viewing the menu on a mobile phone the menu continues to scroll down and there is a whole bunch of white space. I don’t want this- I just want it to end where the last menu item ends.

    Thnank you in advance!

    #285495

    Hi icebox10!

    Thank you so much for using the theme!

    1.) Set the table purpose to tabular then look for the Responsive Styling. Set this to scrollable.

    2.) Please use this on Quick CSS to change the color of the mega menu text:

    .header_color .main_menu .menu ul li a {
    color: red;
    }

    3.) You can set a max height for the mobile menu with this:

    ul#mobile-advanced {
    max-height: 1100px;
    }

    Regards,
    Ismael

    #286047

    Hello,

    The mega menu color did not change with this code. It still is initially faded until hovered over. I don’t want it to be faded.

    #286153

    Hey!

    Please try adding following code

    .header_color .main_menu .menu ul li a { color: #f05a1a!important; }

    Regards,
    Yigit

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