Tagged: 

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #172265
    Ravi Acharya
    Participant

    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!

    #172268
    Skandha
    Participant

    @rpacharya: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #172415
    Ravi Acharya
    Participant

    Please see below and get back asap..thanks!

    http://sahaaya.us/contact/

    #172444
    Skandha
    Participant

    @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,
    Skandha

    #172680
    Ravi Acharya
    Participant

    I 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!

    http://sahaaya.us/product/sahaaya-classic/

    #172716
    Skandha
    Participant

    @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,
    Skandha

    #173123
    Ravi Acharya
    Participant

    How 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.

    https://sahaaya.us

    Thanks.

    #174158
    Skandha
    Participant

    @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,
    Skandha

    #179943
    Ravi Acharya
    Participant

    I 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:

    https://sahaaya.us/shop/wellness/m3-smartband-fitness-tracker-smart-bracelet-blood-pressure-heart-rate-monitor-waterproof-smart-band-pro-wristband-pk-mi-band-3/

    #179954
    Skandha
    Participant

    @rpacharya: Hello there,
    Can you let me know which text’s font size you would like to change?

    Kind Regards,
    Skandha

    #180015
    Ravi Acharya
    Participant

    I 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!

    #180016
    Ravi Acharya
    Participant

    Ignore this

    #180043
    Skandha
    Participant

    @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,
    Skandha

    #180080
    Ravi Acharya
    Participant

    Thanks 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?

    #180167
    Skandha
    Participant

    @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,
    Skandha

    #180175
    Ravi Acharya
    Participant

    I 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!

    #180186
    Ravi Acharya
    Participant

    Is it possible to have a separate theme just for the woocommerce store, without messing up the rest of the site?

    #180433
    Skandha
    Participant

    @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

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Contact Form for Catch Box Pro theme?’ is closed to new replies.