Okay
  Public Ticket #933314
Snag list
Closed

Comments

  •  3
    imogenbertin started the conversation

    Dear ThemeNectar

    Here's hoping this is my final snag list! By the way all my previous tickets have disappeared since the Envato change at the weekend which is a shame as they contained info that was useful to me... 

    1. Mobile menu interface - see separate ticket - this is the big one at the moment.

    2. Nectar slider down arrow more emphatic somehow? It’s not being spotted on desktop.

    3. Caption on the nectar slides needs to be slightly bolder (font weight) when viewed in Safari - but is ok in Firefox and Chrome?

    4. Group sessions page http://www.techability.ie/techability/group-lessons/ not jumping to correct row when slide is clicked - also Give a voucher http://www.techability.ie/techability/gift-lesson-apple-tech/  - all the other pages are working fine!

    5. How to increase size of short description text in voucher shop http://www.techability.ie/techability/gift-lesson-apple-tech/ 

    6. How to change nasty pink colour on update basket button in voucher shop http://www.techability.ie/techability/gift-lesson-apple-tech/your-basket/ 

    7. Back to top arrow teal background would prefer #2e7572 not black?

    All minor but I hope you can help me fix these so I can start on the UAT. Thank you yet again!

  •  9,028
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    /* Increase Nectar Slider down Arrow size */
    .swiper-wrapper .slider-down-arrow i.icon-default-style[class^="icon-"] {
        font-size: 45px !important;
    }
    /* Increase font weight for title and caption */
    .swiper-slide .content * {
        font-weight: 400 !important;
    }

    4: Be sure to turn on One Page Scroll Support in Salient Theme Options Panel : 


    5 &6 : Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    /* increase size of short description text */
    .woocommerce ul.products li.product.classic h3, .woocommerce-page ul.products li.product.classic h3 {
        font-size: 18px !important;
    }
    /* change basket color */
    .woocommerce input.button, .woocommerce-page input.button{
        background-color: #2e7572 !important;
    }
    /* change top arrow color with a bit of transparency
    a#to-top {
        background-color: rgba(46, 117, 114, 0.84)!important;
    }

    Cheers 


    ThemeNectar Support Team