WooCommerce

Discussion in 'BlackBird WordPress Theme' started by maggiemae, Jan 28, 2015.

  1. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    I have installed the WooCommerce theme. Its compatible now and it al works fine.
    But I want to make some layout/ design changes. For example --> see attachment. I added widgets in the primary widget area. Now I want to change the text "zoeken voor": but I don't know where I can do that?
    Can you help me out?
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !


    You can get this in widget area.
    woocommerce-28-jan.png

    Thanks & Regards
    Pramod
     
  3. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    Thank you.

    I can change the titel from the widget in the area you that you indicated.
    But I also want to change some other things. See attachment -->

    1. I want to remove this text. "Zoeken voor:
    2. I want to change the color from the text "Lees meer". I can't change it in the WooCommerce settings.
    3. I want to remove this option.
    4. I want to change this text.

    I hope you can help me out with this.

    Normally you can change things in the editor. But I don't know where for WooCommerce.

    Thank you.
     

    Attached Files:

  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .sidebar label.screen-reader-text {
      display: none;
    }
    a.button.product_type_simple {
      color: white!important;
      text-shadow: none;
    }
    p.comment-subscription-form {
      display:none;
    }

    For changing text go to
    plugins\woocommerce\templates\single-product-reviews.php
    line no 57


    Thanks & Regards
    Pramod
     
  5. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    Hello

    I can't find the plugins\woocommerce\templates\single-product-reviews.php

    Can you tell me where I can find it?
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey maggie!

    First install WP-Editor plugin in your dashboard.

    Now, follow the video link given below.
    http://screenpresso.com/=YxJDd

    Thanks,
    Praveen
     

Share This Page