This topic has 6 replies, 3 voices, and was last updated 9 years, 5 months ago ago by Eva Kemp
Hi There,
Hoping you can help me with these two topics.
1. The search box is still overlapping on some monitors, is there a way to make the box with the word “search” in it shorter width so that the “go” button and “search” box are aligned but don’t ever overlap or drop to the next line?
I currently have this added in custom css, but I can’t get the box smaller…
.etheme_widget_search {
width: 280px !important;
}
2. The font on my check out buttons are black with black background or orange with orange background, is it possible to make the font white? (see private screen captures)
Thank you for any help!
Hello,
Please add this code in custom.css file
1)
@media only screen and (max-width: 1200px){
.etheme_widget_search input[type="email"] {
width: inherit !important;
}}
2)
.bag-total-table .checkout-button{
color: #fff;
}
Regards,
Robert Hall.
Hi There, thank you for getting back to me! The font is still black and orange (not white) on the add to cart pop up, where you can either choose to connote shopping or Checkout, both buttons are hard to read.
As well the Cart Totals button at the bottom of the cart Page is not white…
I tried looking for the button reference but can’t find what each of these three are called…
Ca (Please see images in private)
Hello,
Please add this code in custom.css file:
.emodal .emodal-text .btn, .checkout-button.button.alt.wc-forward {
color: white !important;
}
Regards,
Eva Kemp.
THANK YOU THANK YOU THANK YOU THANK YOU!!!!
I HAVE RECOMMENDED YOUR THEME TO MANY PEOPLE, AND WILL BE DEFINITELY USING IT AGAIN, YOUR SUPPORT IS OUT OF THIS WORLD, AND I REALLY REALLY APPRECIATE IT!
Cheryl
Hello,
Thank you for your kind words.
We’d be glad if you leave a comment on the site http://themeforest.net/item/woopress-responsive-ecommerce-wordpress-theme/9751050 if you don’t mind.
We appreciate it very much.
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up