Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* NEW TANGERINE DESIGN MODIFICATIONS */
- /* hide the insights carousel */
- .c-insights-carousel {
- display: none;
- }
- /* hide the 'highlights' box at the bottom */
- .c-quick-access {
- margin-bottom: 0px;
- padding-bottom: 0px;
- display: none;
- }
- /* hide "insights" link */
- /*
- .nav--sub .nav__list li:nth-child(2) {
- display: none;
- }
- */
- /* hide 'open account' and 'transations' buttons */
- .what-i__buttons {
- display: none;
- }
- /* hide the 'what i have' and 'what i owe' boxes */
- .content__what-i {
- display: none;
- }
- /* hide the transactions pie-chart section */
- .c-transactions-chart {
- display: none;
- }
- /* hide "investing" section */
- #accountSummary_sectionInvesting {
- display: none;
- }
- /* hide "borrowing" section */
- #accountSummary_sectionBorrowing {
- display: none;
- }
- .nav--sub ul.navtools__list {
- background-color: #fff;
- color: #000;
- padding-bottom: 1px;
- }
- .nav--sub ul.navtools__list a:hover {
- color: #EC6D16;
- }
- .c-bill-pay {
- padding-top: 0px;
- }
Add Comment
Please, Sign In to add comment