How to increase search bar width and how to change its search icon color

This topic has 220 replies, 6 voices, and was last updated 8 years, 8 months ago ago by Jack Richardson

  • Avatar: Eva
    Eva Kemp
    Support staff
    February 24, 2015 at 17:03

    Hello,

    You need refer to Woocommerce documentation:
    http://docs.woothemes.com/document/product-variations/

    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    February 25, 2015 at 20:26

    bn

    How to change font style and font size of product name

    Avatar: Eva
    Eva Kemp
    Support staff
    February 25, 2015 at 21:04

    Hello,

    Please add this code in custom.css file:

    .products-grid .product .product-name {
        font-size: 0.9em;
        font-family: Roboto !important;
        font-weight: bold;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    February 26, 2015 at 06:16

    ll

    Avatar: Eva
    Eva Kemp
    Support staff
    February 26, 2015 at 11:54

    Hello,

    Add this code:

    .slider-container.sidebar-slider-flex .slide-item .product .product-name {
        font-size: 0.9em;
        font-family: Roboto !important;
        font-weight: bold;
    }

    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    February 26, 2015 at 18:17

    sa

    Avatar: Eva
    Eva Kemp
    Support staff
    February 26, 2015 at 22:32

    Hello,

    Add the following code:

    .products-grid .product .product-name {
       margin-bottom: 0px !important;
    }
    .products-grid .product .price {
     text-align: center;
    }

    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    February 28, 2015 at 15:52

    dsd

    Avatar: Eva
    Eva Kemp
    Support staff
    February 28, 2015 at 16:10

    Hello,

    Please use this code:

    .woocommerce.widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
        background-color: navy;
    }
    .woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
        background-color: blue;
    }

    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    February 28, 2015 at 18:46

    Where to put this code in custom css

    Avatar: Eva
    Eva Kemp
    Support staff
    February 28, 2015 at 19:10

    Hello,

    Put it after the rest of the code you have already written.
    Are there any difficulties?

    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    February 28, 2015 at 19:58

    I pasted this code in custom css still their’s no change

    Avatar: Brian Johnson
    Brian Johnson
    Member
    February 28, 2015 at 20:49

    Please give us Wp-admin credentials to resolve your issue. We cannot log in with the previous ones recеived.

    With best regards
    Brian Johnson

    Avatar: Gursimran18
    Gursimran18
    Participant
    March 1, 2015 at 06:36

    check private content

    Please, contact administrator
    for this information.
    Avatar: Gursimran18
    Gursimran18
    Participant
    March 2, 2015 at 08:42

    ??????

    Avatar: Brian Johnson
    Brian Johnson
    Member
    March 2, 2015 at 09:37

    Hello.

    Please check your site now.

    With best regards
    Brian Johnson

    Avatar: Gursimran18
    Gursimran18
    Participant
    March 2, 2015 at 19:25

    Thanx
    sz

    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 2, 2015 at 19:58

    Hello,

    You can change the title in wp-content/themes/legenda/woocommerce/single-product/up-sells.php
    You will find the code:
    etheme_create_flex_slider($args, __('Our offers', ETHEME_DOMAIN), false, true);
    and change “Our offers” title to anything you want.

    Regards,
    Robert Hall.

    Avatar: Gursimran18
    Gursimran18
    Participant
    March 3, 2015 at 15:53

    Thanx it works

    Avatar: Eva
    Eva Kemp
    Support staff
    March 3, 2015 at 17:51

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • 1 2 3 4 9 10 11
    Viewing 60 results - 41 through 60 (of 220 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.