Search Box overlapping in sidebar & Button Font Blacked Out

This topic has 6 replies, 3 voices, and was last updated 8 years, 10 months ago ago by Eva Kemp

  • Avatar: Cheryl Annett
    Cheryl Annett
    Participant
    June 1, 2015 at 19:24

    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!

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 1, 2015 at 19:49

    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.

    Avatar: Cheryl Annett
    Cheryl Annett
    Participant
    June 5, 2015 at 02:02

    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)

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    June 5, 2015 at 09:09

    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.

    Avatar: Cheryl Annett
    Cheryl Annett
    Participant
    June 5, 2015 at 15:04

    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

    Avatar: Eva
    Eva Kemp
    Support staff
    June 5, 2015 at 17:03

    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.

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.