Home › Forums › Legacy Support › Support queries › How-to & Troubleshooting › Change default colors of Vibe shortcuts for Note and Buttons
- This topic has 11 replies, 3 voices, and was last updated 4 years, 7 months ago by Jackson.
Viewing 12 posts - 1 through 12 (of 12 total)
-
AuthorPosts
-
March 22, 2020 at 8:59 pm #246814amishbhavsar_136ParticipantThe default colors for note background is #78C8CE and Button border is #78C8CE. I want to change the note background color to #444444 and Button border to #1FA2E1. How do I do that?March 23, 2020 at 5:33 am #246838JacksonBlockedPlease share me with some screenshots and url of page which you want to customize.March 25, 2020 at 8:08 pm #247324amishbhavsar_136ParticipantHi, The Buttons on the Cart page appear different than the one I have for the theme. See screenshot: https://prnt.sc/rmrbth. The Theme button is with blue outline and on mouse-over will make it solid blue (hex code #1FA2E1) (example is the "Proceed to checkout" button). But the "Update cart" and "Apply coupon" buttons use the default colors (hex code #78C8CE). Same thing is happening on the Note background. Visit any course page like: https://online.accellearning.com/course/bca-exam-free-trial/ See screenshot: https://prnt.sc/rmrfom The Note default theme is color is hex code #78C8CE and I want to change it to #444444. Also, the Note box width is less than the width of the page and it appears left aligned. Do you have a way to make the width = to the page width? Appreciate if you can show me how to make the color and size changes. ThanksMarch 26, 2020 at 8:57 am #247399JacksonBlockedFor update cart and apply now button use this css :appearance>>customize>>customcss table.shop_table td button.button:hover { border-color: #1FA2E1 !important; background-color:#1FA2E1 !important; color: #fff !important; } table.shop_table td button.button { border-color: #1FA2E1 !important; color: #1FA2E1 !important; } Use this css code for note background color: .notification { width:100% !important background:#444444; } and dear use note box width maximum increase only in this size because of parents of note box has default size you can also see after doing width 100% it will look better .March 27, 2020 at 8:41 pm #247697amishbhavsar_136ParticipantHi, The CSS you gave only worked for 1 out of 3 issues: It worked for the "Apply Coupon" button, but not the "Update Cart" button. Please see screenshot: https://prnt.sc/ro1n2b Also, the Note background color to #444444 did not work with the custom CSS. Please help.March 28, 2020 at 12:52 pm #247764DianaParticipantThe Update Cart will be visible as faded one. If that's the issue then no it is not an issue because it will be appeared as faded one by default And, if you are asking about border color of the update cart button then I checked the code. The CSS was same This Code will work for Note Background .single-course .notification { background: #444444 !important; width:100% !important } refer: http://prntscr.com/roc21jMarch 28, 2020 at 9:17 pm #247827amishbhavsar_136ParticipantThanks that worked. Can you also send me the CSS for change the "Sign up now" button on the Checkout page to do the same? See screenshot: https://prnt.sc/rojm3aMarch 30, 2020 at 6:26 am #247929DianaParticipant@amishbhavasar_136, This Custom CSS will work .logged-out input#signup_submit {border-color:#78C8CE !important;} Changed only border color anything else?March 31, 2020 at 1:11 am #248064amishbhavsar_136ParticipantHi Diana, I think you gave me the wrong CSS. I am looking for the one for the "Sign up now" button on the Checkout page. See screenshot: https://prnt.sc/rojm3aMarch 31, 2020 at 8:48 am #248125JacksonBlockedDear user use this css button.button { border-color: #1FA2E1 !important; color: #1FA2E1 !important; } button.button:hover { border-color: #1FA2E1 !important; background-color:#1FA2E1 !important; color: #fff !important; }April 1, 2020 at 7:00 pm #248471amishbhavsar_136ParticipantThanks. You can close this topic now.April 2, 2020 at 5:32 am #248495JacksonBlockedOk thanks.
-
AuthorPosts
Viewing 12 posts - 1 through 12 (of 12 total)
- The topic ‘Change default colors of Vibe shortcuts for Note and Buttons’ is closed to new replies.