A couple changes to my website

Hello - I’m looking for a little help with a few aspects of my website using Illdy theme. http://www.hermsenrental.com
1.) When I try to click one of the drop down menus on the primary menu, the submenu items keep disappearing.
2.) Is there a way to remove the sidebar on all of the WooCommerce pages?
3.) Where do I find the option to change the color of the woocommerce buttons? Currently they are yellow.
3.) Where would I find the content to change the “Theme: Illdy.” section of the footer.
Great theme! Thank you for your support.

Hey there,

I hope you are well today and thank you for your question.

  1. This is a bug with the theme, the developer has been notified and it should be resolved in the next update.

  2. You can remove the sidebar with some CSS
    Admin Area -> Appearance -> Customize -> Additional CSS

/remove sidebar/
.woocommerce div#sidebar {
display: none;
}
/full with main content/
.woocommerce .col-sm-7 {
width: 100%;
}

/woocommerce botton color/
.woocommerce input.button{
background-color: red;
color: white;
}
`
4. You can use the following plugin to change the text:

Best regards,
Support.

Thank you for the reply. I was able to get most of those issues taken care of. However, the button color change only changed for the cart page and not any of the other product pages or other WooCommerce pages. Also, is there an ETA for when the next update will be released?
Thanks,
Matt

Happy to hear you got the issues resolved.

  1. I’m sorry but we don’t have an ETA for the update release.

  2. Try the folowing CS Admin Area -> Appearance -> Customize -> Additional CSS

/*change color of woocommerce button on various pages*/
.woocommerce #payment #place_order,.woocommerce a.button{
  background-color:red !important;
}
.woocommerce #payment #place_order:hover,.woocommerce a.button:hover{
  background-color:tomato !important;
}

Best regards,
Support.

Happy to hear you got the issues resolved.

  1. I’m sorry but we don’t have an ETA for the update release.

  2. Try the folowing CS Admin Area -> Appearance -> Customize -> Additional CSS

/*change color of woocommerce button on various pages*/
.woocommerce #payment #place_order,.woocommerce a.button{
  background-color:red !important;
}
.woocommerce #payment #place_order:hover,.woocommerce a.button:hover{
  background-color:tomato !important;
}

Best regards,
Support.

Happy to hear you got the issues resolved.

  1. I’m sorry but we don’t have an ETA for the update release.

  2. Try the folowing CS Admin Area -> Appearance -> Customize -> Additional CSS

/*change color of woocommerce button on various pages*/
.woocommerce #payment #place_order,.woocommerce a.button{
  background-color:red !important;
}
.woocommerce #payment #place_order:hover,.woocommerce a.button:hover{
  background-color:tomato !important;
}

Best regards,
Support.

I noticed a few other things that are a little off with the these and WooCommerce. When in the cart or checkout its hard to select the options to choose. Such as shipping method and payment method. There is no radio button or box to check. Same thing with my terms and conditions. Also, most of the time when changing the shipping method, the hour glass continues to spin and never loads or changes. Thanks!

I did update the theme and it resolved the issue with the menu. However, I am still having the WooCommerce issue listed above.

Did you answer where do you find the content to change out footer info in illdy theme?

Hi,

  1. @mhermsen21,

Use this in the Appearance -> Customize -> Additional CSS,

.checkbox input {
    right: 54%;
}
.woocommerce form .form-row .input-checkbox {
width: inherit;
position: inherit;
}

For woocommerce checkbox.

  1. @hollylane,

You can change the text in Appearance -> Customize -> General Options -> Copyright.

Let us know,

Thanks,
laranz.

Yes, I was able to change the text of the footer. Here was supports suggestion that worked for me:

You can use the following plugin to change the text:

Hi,

Glad we helped. :slight_smile:

Let us know If you have any other questions. Please feel free to contact us again in the future regarding any other issues.

If you’re happy with our service, don’t forget to rate us: [Illdy] Reviews | WordPress.org

Thanks,
laranz.