Override Shapely Widgets

Is there any way to override default text content in shapely widgets?

Thank you.

Hello there,

I hope you are doing well today.

The text in the widgets can be changed at any time. Are you referring to the title text or is it something else?

Best Regards,
Support

I mean the template itself also. The layout of the widget and button colors.

Thanks.

Hello there,

I hope you are doing well today.

The widget appearance can be changed with some CSS code but any advanced changes would require the aid of a third party developer.

You can use the following CSS code to change the button color by going to Appearance > Customize > Additional CSS and pasting it there.


/*Button color*/
.image-bg .btn.btn-filled {
    background: red;
    border-color: red;
}

Best Regards,
Support

Thank you for that.
Actually I was thinking of altering the codes in the plugin folder.
Will it be okay?
Would you recommend it?

Thank you

Hello there,

I hope you are doing well today.

If you have experience with PHP and coding then it should be fine but please create a back up before making any changes.

Here is a great back up plugin:

Best Regards,
Support

Thank you for the great help.
More power.

Hey there,

We are here to help.

Let us know if there 's anything else you’d like us to help you with that is within our powers. :slight_smile:
All the best with your website.

Best Regards,
Support