• Resolved kickd

    (@kickd)


    Hi

    This plugin is really good but when I choose the seamless integration option it changes the layout of the theme. I have contacted my theme developer and he said that the theme overrides the style f the search bar. please see his response here – https://premium-themes.forums.wordpress.com/topic/changing-search-bar-function/.

    Would it be possible to integrate the plugin to my website but still have the style of theme search bar on both desktop and mobile view?

    Kind ergards

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

Viewing 1 replies (of 1 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    Please try to use following styles

    .site-header .aws-container .aws-search-form .aws-form-btn,
    	.site-header .aws-container .aws-search-form,
    	.site-header .aws-container,
    	.site-header .aws-container .aws-search-field {
    	border: none;
    	background: transparent;
    }
    .site-header .aws-container .aws-search-form .aws-search-btn_icon {
    	color: #fff;
    }
    .site-header .aws-container,
    .site-header .aws-container .aws-search-form {
      height: 28px;
      
    }	
    .site-header .aws-container {
      margin-left: 15px;
    }
    .site-header .aws-container .aws-search-field,
    .site-header .aws-container .aws-search-form .aws-form-btn {
    	border-bottom: 1px solid #fff;
    }
    .site-header .aws-container .aws-search-field {
    padding: 0;
    }
Viewing 1 replies (of 1 total)

The topic ‘Changing search bar/function’ is closed to new replies.