Hi The ‘Add to cart’ is there but in white color, hence unable to see it. How do i change the text of white color ?
Hi rashimabdullah,
The colors depends on your theme. Now you can’t change background of a “Add to cart” button in the plugin settings, but there are other possibilities. You could install Simple Custom CSS plugin and add the following CSS:
.dgwt-wcas-pd-addtc .button {
background-color: #96588a!important;
color: #ffffff!important;
}
The results should be similar to Ajax Search for WooCommerce DEMO.
Best
Damian
It did work. Thank you very much.
Can you please let me know what is the php code for the your search form to show up in header? I know where to place the code. But not sure what to place exactly.
If you see my website http://www.haleem365.com I want that search box to fit between email and wishlist on top menu
Add the following code after the .top-call-box element.
<div class="top-search">
<?php echo do_shortcode('[wcas-search-form]'); ?>
</div>
After that you have to write good CSS or hire someone to do it. Remember about RWD.
Regards
Damian
Great Damian
For now, just added like this http://www.haleem365.com
One feature I was looking at is to increase quantity near add to cart. If you can add that it would complete the ecommerce search system. And if you are looking to make this plugin premium, i can help you to market it 🙂
Regards
Rashim
Hi,
Your proposal is excellent.
I wrote it on the TODO list.
If you have private issues, contact me by e-mail (take a look at my profile). There is a link to my private website.
Regards
Damian
-
This reply was modified 9 years, 10 months ago by
Damian Góra.
-
This reply was modified 9 years, 10 months ago by
Damian Góra.