Tagged: Contact Form
- This topic has 17 replies, 2 voices, and was last updated 5 years, 2 months ago by Skandha.
-
AuthorPosts
-
May 9, 2019 at 6:41 pm #172265Ravi AcharyaParticipant
What’s the best form I can use? I have tried a few (Ninja, WPForms etc) and the text boxes are all white against a white background. This makes it hard to see where to type. Not sure if I am missing something…any help would appreciated. The same forms worked fine on other themes. Thanks!
May 9, 2019 at 9:55 pm #172268SkandhaParticipant@rpacharya: Hello there,
Please post in your site URL so that I can look into the issue.Kind Regards,
SkandhaMay 13, 2019 at 11:51 am #172415Ravi AcharyaParticipantPlease see below and get back asap..thanks!
May 14, 2019 at 2:25 am #172444SkandhaParticipant@rpacharya: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
input[type=text], input[type=email], input[type=tel], textarea { background:rgba(0,0,0,0.1); } input[type="button"] { background:rebeccapurple; }
You can change the color according to your choice.
Let me know if this works out!
Kind Regards,
SkandhaMay 16, 2019 at 4:57 pm #172680Ravi AcharyaParticipantI am trying to plug in WooCommerce. It works but the header menu / image seems to get messed up. Link below – any assistance to resolve this quickly? Thanks!
May 17, 2019 at 2:51 am #172716SkandhaParticipant@rpacharya: Hello Ravi,
There seems to be an issue with logo in WooCommerce Pages. This will be fixed and an update will be released soon.For the time being
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..custom-logo { max-width:80px !important; }
Let me know if this works out!
Kind Regards,
SkandhaMay 22, 2019 at 1:21 pm #173123Ravi AcharyaParticipantHow can I prevent the page Title from showing up on the page, while I keep it in the wordpress page editor? Essentially, I want the page title (“Home” in this case) to show up in the browser tab etc but don’t want the text “Home” to appear in the page.
Thanks.
June 5, 2019 at 6:29 am #174158SkandhaParticipant@rpacharya: Sorry for the late reply.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..home #main .entry-title { display:none; }
Let me know if this works out!
Kind Regards,
SkandhaAugust 19, 2019 at 7:51 pm #179943Ravi AcharyaParticipantI am integrating woocommerce on the wordpress site. However, I don’t like the font, sizes etc and was wondering if there is a simple way to make it look the same as the rest of the site. A sample product page is below:
August 19, 2019 at 11:58 pm #179954SkandhaParticipant@rpacharya: Hello there,
Can you let me know which text’s font size you would like to change?Kind Regards,
SkandhaAugust 20, 2019 at 12:48 pm #180015Ravi AcharyaParticipantI would like to see how the following would look:
– Product Name: smaller font, perhaps not in bold
– Image sizes: are there easy ways to adjust the size of the images?Also on the main shop page [https://sahaaya.us/shop/], are there easy ways to:
– Product Names: smaller font, perhaps not in bold
– Image sizes: are there easy ways to adjust the size of the images?
– Show the 4 Categories (Food, Money, Home, Wellness) as tabs at top of page or a left-nav menu without images?Thanks!
August 20, 2019 at 2:11 pm #180016Ravi AcharyaParticipantIgnore this
August 21, 2019 at 12:32 am #180043SkandhaParticipant@rpacharya: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code./* To change the font size of the product name */ .product_title.entry-title { font-size: 20px; font-weight: initial; } /* To change the font size of the product name in shop page */ .woocommerce-loop-product__title { font-size: 15px !important; font-weight: initial; }
To change the size of product images
Go to => Appearance => Customize => WooCommerce => Product Images and change the size.To have Product Categories in the top menu
On the top of the page you will see Screen Options => Click on it and make sure Product Categories is checked.
Now select menu where you want to add the categories and Add the Menu items from the left sidebar Product Categories.Let me know if this helps you out!
Kind Regards,
SkandhaAugust 21, 2019 at 8:05 am #180080Ravi AcharyaParticipantThanks most of it was clear – one q with the below: which page are you referring to? I am trying to find one with “Screen Options” and not able to.
“To have Product Categories in the top menu
On the top of the page you will see Screen Options => Click on it and make sure Product Categories is checked.
Now select menu where you want to add the categories and Add the Menu items from the left sidebar Product Categories.”I am still trying to solve this, any alternate ways to get that result would be great:
– Show the 4 Categories (Food, Money, Home, Wellness) as tabs at top of page or a left-nav menu without images?August 22, 2019 at 7:07 am #180167SkandhaParticipant@rpacharya: Hello there,
To have Product Categories in the top menu
Go to => Appearance => Menus
On the top of the page you will see Screen Options => Click on it and make sure Product Categories is checked.
Now select menu where you want to add the categories and Add the Menu items from the left sidebar Product Categories.Let me know if this works out!
Kind Regards,
SkandhaAugust 22, 2019 at 9:16 am #180175Ravi AcharyaParticipantI created a new menu with the Product Categories. How can I make this menu only show up when I am in the WooCommerce shop, under the Primary Menu? Thanks!
August 22, 2019 at 3:10 pm #180186Ravi AcharyaParticipantIs it possible to have a separate theme just for the woocommerce store, without messing up the rest of the site?
August 26, 2019 at 2:18 am #180433SkandhaParticipant@rpacharya: Hello there,
I am afraid it is not possible to have a different menu for the shop page. You will need to get your site customized for that.To have separate theme for woocommerce store you will need to find a suitable plugin from the WordPress Plugin Repository.
Kind Regards,
Skandha -
AuthorPosts
- The topic ‘Contact Form for Catch Box Pro theme?’ is closed to new replies.