Menu CSS, Heading "pop-ins" and plugin reccomendations..

This topic has 4 replies, 2 voices, and was last updated 8 years ago ago by Eva Kemp

  • Avatar: Tobias
    Tobias
    Participant
    March 30, 2016 at 22:44

    Hi,

    I have 3 questions.

    1- How do I edit the menu type, colors and background colors? Specifically the sub level and sub-sub level items. Can you point me to the proper CSS? I’m aiming to unify the colors with the dark background and green text. See the menu on my site link.

    2- How do I implement the effect used on the text on this demo page? https://ultimate.brainstormforce.com/full-pages/slick-clean/ Specifically the section with the keyboard “We design to amaze”, and “User centered structure”. The “pop-in” text, as well as the fading text on scroll.

    3- In my WP admin, I get the notice at the top, “This theme recommends the following plugins…” I already have the plugins installed that I need. I’ve clicked the “dismiss this notice” but it always comes back. Suggestions?

    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    March 31, 2016 at 08:52

    Hello,

    1. Please use this code in Theme Options > Custom CSS > Global Custom CSS:
    for sub menu:

    .menu .nav-sublist-dropdown ul > li > a {
        color: white;
    }
    .menu .nav-sublist-dropdown {
        background-color: green;
    }

    for sub-sub menu:

    .menu .nav-sublist-dropdown ul > li ul {
      background-color: red;
    }
    .menu .nav-sublist-dropdown ul > li ul a {
        color: blue !important;
    }

    Change color values to yours.

    2. You need use element Animation Block in Visual Composer editor and inside of it add Headings element or Text element of VC.

    3. Please provide us with FTP and WP admin credentials in private content.

    Regards,
    Eva Kemp.

    Avatar: Tobias
    Tobias
    Participant
    April 1, 2016 at 19:26

    Thanks for the reply and good info.

    I have another question, on my shop page, I cannot seem to figure out where to edit the default main category image..
    (Currently has the man and woman “All New In” http://everydayrising.com/devsite/shop/ )

    I’m trying to edit the page http://everydayrising.com/devsite/shop/

    Another thing on that page, I added a background image (in options on the sidebar on the right) but it’s not showing up either.

    Avatar: Eva
    Eva Kemp
    Support staff
    April 1, 2016 at 19:29

    Hello,

    You can change the banner in Theme Options > Shop > Product Page Banner.

    Please give us wp-admin credentials to check the issue with background image.

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.