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 #1587513
Template/Design
Closed

Comments

  • pinkkaroo started the conversation

    Good morning


    I was wondering if you could assist me with the following

    • Is there any way for me to remove the "dots" grape icons present in this theme in the drop down menu?
    • Is there a way to change the background colour of the dropdown menu? I would like to change this from the current white to another colour
    • I would like to change the colour of the block that indicates "add to cart" to another value, is this possible?
    • Many thanks

    John Cornelius

  •  1,845
    Elated replied

    Hello there,

    1. Just paste this code in Appearance > Customize > Additional CSS:

    .eltdf-drop-down .second .inner ul li a .item_outer .item_hover_icon:after{
        content:none!important;
    }
    .social_flickr:before {
        content: unset!important;
    }
    

    2.  Try with this code:

    nav.eltdf-main-menu .second .inner ul {
        background-color: #000!important;
    }
    

    3. Can you explain us this little bit better? Send us some screenshot of that part. Thanks!

    All the best,

    Marie

    Elated


    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.

  • pinkkaroo replied

    Thank you, this has worked perfectly!

    The colour of the block that indicates "add to cart" that I would like to change to another colour is the one indicated in the attached screengrab (currently greenish/brownish colour).

    Thanks so much, I appreciate all the help.

    John

  •  1,845
    Elated replied

    Hello,

    You can try to add this css underneath in Appearance >> Customize >> Additional CSS field:

    .archive .eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text, .archive ul.products > .product .eltdf-pl-inner .eltdf-pl-text {
        background-color: rgba(181, 49, 49, 0.8);
    }


    Then just replace the hex color code with desired one color that you can choose here >> https://www.hexcolortool.com/

    Please let us know if there is anything else we can do for you.

    Thank you,
    Jerry, Elated


    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.