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: Gursimran18
    Gursimran18
    Participant
    February 14, 2015 at 21:56

    how to add price filter as shown in your theme demo

    Avatar: Eva
    Eva Kemp
    Support staff
    February 14, 2015 at 23:21

    Hello,

    You need use Woocommerce Price Filter widget and add it to Shop sidebar in Appearance > Widgets.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    February 15, 2015 at 12:37

    Which Widget i should use in shop side-bar for filters.
    bb

    Avatar: Eva
    Eva Kemp
    Support staff
    February 16, 2015 at 12:50

    Hello,

    Please use Woocommerce layered nav widget to have filters for categories.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    February 17, 2015 at 17:01

    fd

    Avatar: Eva
    Eva Kemp
    Support staff
    February 17, 2015 at 18:01

    Hello,

    Please provide us with a link to a single product page.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    February 17, 2015 at 19:59
    Avatar: Gursimran18
    Gursimran18
    Participant
    February 17, 2015 at 20:14

    Hey i also want to remove more info and review tabs from single product

    Avatar: Eva
    Eva Kemp
    Support staff
    February 18, 2015 at 00:03

    Hello,

    Please add this code in custom.css:

    .single-product-page .product-info .tagged_as {
       display: none;
    }

    Please refer to Woocommerce documentation how to remove tabs:
    http://docs.woothemes.com/document/editing-product-data-tabs/

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    February 18, 2015 at 05:15

    where to add this code in wordpress
    add_filter( ‘woocommerce_product_tabs’, ‘woo_remove_product_tabs’, 98 );

    function woo_remove_product_tabs( $tabs ) {

    unset( $tabs[‘description’] ); // Remove the description tab
    unset( $tabs[‘reviews’] ); // Remove the reviews tab
    unset( $tabs[‘additional_information’] ); // Remove the additional information tab

    return $tabs;

    }

    Avatar: Eva
    Eva Kemp
    Support staff
    February 18, 2015 at 13:49

    Hello,

    You need add it into function.php file in the theme directory.

    Regards,
    Eva Kemp.

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

    d

    And i want to change tabs color when hover and when open tab as shown here, and also remove tabs border line
    http://www.pricedekho.com/mobiles/apple-iphone-6-16gb-silver-price-p1547M.html
    d

    Avatar: Eva
    Eva Kemp
    Support staff
    February 18, 2015 at 23:41

    Hello,

    Add this code in custom.css:

    .single-product-page .product-info h4, .single-product-page .product-info .posted_in {
        display: none;
    }

    For opened tab:

    .tabs .tab-title.opened {
        color: white;
        background-color: navy;
    }
    }

    For hover color:

    .tabs .tab-title:hover {
    color: white !important;
    background-color: navy;
    }

    To remove borders:

    .tabs .tab-content {
        border: medium none !important;
    }

    Thank you.
    Regards,
    Eva Kemp.

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

    How to change rating color from red to original rating golden-yellow color

    Avatar: Eva
    Eva Kemp
    Support staff
    February 19, 2015 at 13:30

    Hello,

    You have to edit the image from which star icon loads – wp-content/themes/legenda/images/xstar-active.png.pagespeed.ic.j5B98v2F3G.png.
    You need use some image editor.

    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    February 19, 2015 at 19:11

    fd

    Avatar: Eva
    Eva Kemp
    Support staff
    February 19, 2015 at 20:23

    Hello,

    Sorry, but there is no such possibility.

    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    February 22, 2015 at 18:10

    fv

    Avatar: Eva
    Eva Kemp
    Support staff
    February 23, 2015 at 11:24

    Hello,

    You can add an empty Text widget in Footer links area in Appearance > Widgets.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    February 24, 2015 at 15:58

    how to add color attribute and filter in my website

  • 1 2 3 9 10 11
    Viewing 40 results - 21 through 40 (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.