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?
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.
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
Hello I can't find the plugins\woocommerce\templates\single-product-reviews.php Can you tell me where I can find it?
Hey maggie! First install WP-Editor plugin in your dashboard. Now, follow the video link given below. http://screenpresso.com/=YxJDd Thanks, Praveen