Hello, i m trying to change the color inside of search in the menu bar of template but i am not found the code to put it in custom.css
ribo Try add this to custom.css file :
.mainnav-right .search .form-control::placeholder{color: #fff !important;}
Kindly ensure to clear your browser cache if changes dont reflect.
Please check what i want to change aman204
ribo If you wish to change the search field background, You may kindly add this and change color code accordingly :
.mainnav-right .search .form-control,.mainnav-right .search .form-control:focus{background: #666 !important;}
Thank you. I have another question please. I put in custom.css .acm-slideshow .owl-carousel .item .slider-content-inner .title i { color: #24b524; } and i change the color with #6a9010 but it not take the change. Nothing happens even i clear browser cache aman204
.acm-slideshow .owl-carousel .item .slider-content-inner .title i { color: #24b524; }
ribo
Try this:
.acm-slideshow .owl-carousel .item .slider-content-inner .title i { color: #6a9010 !important; }
Thank you it worked. saguaros