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 10 years, 4 months ago ago by Jack Richardson

  • Avatar: Eva
    Eva Kemp
    Participant
    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
    Participant
    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
    Participant
    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
    Participant
    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
    Participant
    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

    Avatar: Eva
    Eva Kemp
    Participant
    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
    Participant
    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
    Participant
    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
    Participant
    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
    Participant
    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
    Participant
    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
    Participant
    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
    Participant
    March 3, 2015 at 17:51

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • 1 2 3 6 7 8
    Viewing 60 results - 31 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.