Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #673994

    Hi Team,
    Having multiple issues with the Gym import theme.

    1. Uploading media images – just getting spinning wheel. Then it’s loading multiple of the same image to Media Library.

    2. Doesn’t look right on mobile – menu has a lot of white space in header area and doesn’t look aligned.

    3. Portfolio 1/4 columns – buttons are pushing out of cell – especially noticeable on mobile.

    4. How do I make Mega Menu titles / pages title – color: #ffffff – tried adding CSS but cant find right selector / class. Can you give me correct CSS for mega menu color chnages to font AND bullets

    Thanks Team (love the new demo themes by the way!!!)

    Scott

    #674536

    Hey scottgroves73,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #675502

    Cool. Thanks. See temp info in private content below.

    • This reply was modified 8 years, 3 months ago by scottgroves73.
    #675719

    Hey Rikard,
    Any updates on this? I can’t proceed with client work until sorted. Thanks
    Scott

    #675757

    Hey Guys,
    I have solved the media library spinning wheel myself. It was an issue with functions.php in the child theme as it had an extra > which was causing the error on loading images.

    It has also solved menu issue on mobile so please ignore items # 1 and # 2 on my list above.

    If you can help me on other items I would be super grateful.

    Cheers – Scott

    #676880

    Hi,

    Glad you sorted the 1 and 2 issues.

    3. Please point us to the portfolio items where we can see the issue and the element in question.

    4. To change the mega menu header title and bullet colors please use the below css

    #top #header .mega_menu_title a {
        color: #FFF;
    }
    
    #top #header a:hover .avia-bullet {
        border-color: #ffffff;
    }

    Best regards,
    Vinay

    #677310

    Hey Vinay,
    Thanks for CSS but it’s not exactly doing what I need.

    How do you find the selectors used in this theme? I have real trouble locating them in Chrome Dev Tools > CSS Selectors
    Do you have a list of them used in Enfold we can access to customise?
    I have tried updating Advanced Styling > Sub Menu Links and this does not give me the white background look I need either. White font is working on desktop but it’s still grey on mobile. Need white background also as red is so ugly and hard to read on mobile.

    Menu Goal: (desktop and mobile)
    White background
    Red Title for Column
    Black Font on Sub menu links
    Text-decoration: none;

    Portfolio – see any Details column used on (see private content)

    etc (on all Portfolio pages). The column is chopping off text “Hervey Bay” but looks fine on mobile.
    Button in same column looks right aligned on desktop and is now fine on mobile.

    #678758

    Hey!

    How do you find the selectors used in this theme?

    Use the browser’s element inspector. More info here:

    https://developers.google.com/web/tools/chrome-devtools/iterate/inspect-styles/?hl=en

    Cheers!
    Ismael

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