• Resolved marlinka

    (@marlinka)


    Hello dear autor!

    I have some problems.

    Please tell:
    1) How to change title text color in details? (now dark gray and dark bordeaux on hover)?

    And please tell how to change white miniature background in dropdown?

    3) And how to remove gray scroll from bottom of dropdown?

    4) The search for the drop-down menu disappears if you release the scroll down at the site. How to stick a search so that it does not disappear at the same time?

    Also impossible change width search form on searching plugin, I change on code.

    Thank you soooooooo much!!!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Damian Góra

    (@damian-gora)

    Hello,

    ad 1. You can do it partially via the plugins setting. Go to WooCommerce -> AJAX Search bar -> Search bar (tab). Remember to click “Show advanced settings”. You will be able to change some color of search parts.

    ad 2 and 3
    This CSS should fix it:

    
    .dgwt-wcas-tpd-image {
    	background: transparent;
    	border: none;
    }
    
    .dgwt-wcas-search-wrapp *,
    .dgwt-wcas-suggestions-wrapp *,
    .dgwt-wcas-details-wrapp * {
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
    }
    

    If you don’t familiar with custom CSS, take a look at this video.

    ad 4. You can’t display a search bar in dropdown menu. It will always work badly because the menu will be hidden when the mouse is out of there.

    Best
    Damian

Viewing 1 replies (of 1 total)
  • The topic ‘Colors and disappear’ is closed to new replies.