Hello,
Please let me know how to change button color for the button for this page: http://annayoung.com/bryan-anna-wedding.html
Thank you,
Anna
7 replies · opened May 31, 2016
Hello,
Please let me know how to change button color for the button for this page: http://annayoung.com/bryan-anna-wedding.html
Thank you,
Anna
[Visit Website](http://bryanandanna.com/)Hello,
You can use the following code:
[Visit Website](http://bryanandanna.com/)You can simply change the HEX Color Value from #444 to anything of your choice.
This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.
I have a similar question but this one is about file upload button. How to change the color of this Browse button? And how to write something else instead of Browse?
<div class="postcontent nobottommargin clearfix">
<div class="row">
<div class="col-md-7">
<label>Profilbild (freiwillig):</label><br>
<input id="picture" name="picture" type="file" class="file" data-show-upload="false" data-show-caption="true" data-show-preview="true">
</div>
</div>
</div><!-- .postcontent end -->This is the actual button and i would like to change this blue color to red #BB0000
Hello,
Adding a Custom HEX Color for the Upload Buttons is currently not supported. However, you can use the Bootstrap Buttons: http://getbootstrap.com/css/#buttons to define the Red Button. Please consider add the following JS Code at the bottom of the Page just after the js/functions.js JS File Linking:
jQuery(".custom-upload").fileinput({
showCaption: false,
browseClass: "btn btn-danger"
});
This should definitely work fine. Let us know if we can help you with anything else or if you find any further issues.
that's cool i can make my own button with this and choose my own color...
Hello,
Really Glad that your issues were resolved. Very Happy to Help! Thanks for your Patience.
Do let us know if we can help you with anything else or if you find any further issues with Canvas.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard