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 #1513463
Dropdown Menu
Closed

Comments

  • KathleenMarieFitzgerald started the conversation

    Hi there,

    Can you tell me how to remove the background image in the nav dropdown?

    Thanks!

    Kathleen

  •  1,845
    Elated replied

    Hello,

    You can try to add this css underneath in Elated Options >> General >> Custom CSS field:

    .eltd-drop-down .narrow .second .inner ul li ul, .eltd-drop-down .second .inner>ul, li.narrow .second .inner ul {
        background-image: url(../img/dropdown-back.jpg);
    }

    And then just replace this url above within the code.


    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.

  • KathleenMarieFitzgerald replied

    Thanks but this did not work. Please advise.

  •  1,845
    Elated replied

    Hi again,

    Code is working fine, you just need to replace image within parentheses within image url as you can see in my example https://www.screencast.com/t/MsOwa1SW :

    .eltd-drop-down .narrow .second .inner ul li ul, .eltd-drop-down .second .inner>ul, li.narrow .second .inner ul {
        background-image: url(https://wallpapercave.com/wp/8oU6ldg.jpg);
    }
    

    Best Regards! 


    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.

  • KathleenMarieFitzgerald replied

    Hey there,

    That's exactly what I did? I replaced the url with a different image and it still shows.


  •  1,845
    Elated replied

    Hello there,

    Try this one, to remove background image and set pink color to the dropdown part of the menu. 

    .eltd-drop-down .narrow .second .inner ul li ul, .eltd-drop-down .second .inner>ul, li.narrow .second .inner ul {
        background-image: none;
        background-color: rgba(249, 161, 216, 1);
    }
    

    If you want to change color of the menu items in dropdown you can paste this code in Custom CSS field also.

    .eltd-drop-down .second .inner ul li a, .eltd-drop-down .second .inner ul li h4{
        color:#000;
    }
    

    Let us know if this is working, if it's not, please provide us admin credentials in a private ticket to take a look at the problem.

    Thanks!


    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.

  •   KathleenMarieFitzgerald replied privately
  •  1,845
    Elated replied

    Hello again,

    Go to Appearance>>Customize>>Additional CSS and there enter this code bellow and publish.

    .eltd-drop-down .narrow .second .inner ul li ul, .eltd-drop-down .second .inner>ul, li.narrow .second .inner ul{
        background-image:none!important;
        background-color:rgba(249, 161, 216, 1);
    }
    .eltd-drop-down .second .inner ul li a, .eltd-drop-down .second .inner ul li h4{
        color:#000;
    }
    

    As you are using some caching plugin, please clear your cache after you're editing something.

    Let us know if you have any additional questions about this!


    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.