Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

White background color

$
0
0

Replies: 0

I have added following css to change the layout of the search bar. But when doing it adds some white colors at left and right border. In elentor i have tried to change the background color to match the header. But without luck

.aws-container .aws-search-form .aws-form-btn {
    background: #Fff;
    border-color: #4498c6;
}
.aws-container .aws-search-form .aws-search-btn.aws-form-btn {
    background: #4498c6;
}
.aws-container .aws-search-form .aws-search-btn svg {
    fill: #fff;
}
.aws-container .aws-search-field {
    border-right: none !important;
    border-color: #4498c6;
}
.aws-container .aws-search-form .aws-main-filter.aws-form-btn {
    border-left: none !important;
}
.aws-container .aws-search-field {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.aws-container .aws-search-form .aws-search-btn.aws-form-btn {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

Viewing all articles
Browse latest Browse all 59525

Trending Articles