Okay
  Public Ticket #1420986
Social Icon Hover and Return to Top Button
Closed

Comments

  • MGuanciale started the conversation

    2 quick questions...

    1. On my transparent navigation header which you assisted me with, I would like to adjust the social icon over to #960000 to match up with my underline hover.  I have seen multiple responses to this in the forum, but each one that I have tried doesn't not seem to yield any results.

    2. On my portfolio page, when scrolling to the very bottom the return to top arrow covers the Instagram social icon in the footer.  Is it possible to either remove the return to top arrow or adjust the position of the social icons?

  •  9,068
    Tahir replied

    Hey Again,

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

    #header-outer.transparent .cart-menu a:hover .cart-icon-wrap .icon-salient-cart, #header-outer #social-in-menu a i:after, .material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i:after{
        color:#960000 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  9,068
    Tahir replied

    For the Portfolio page hide the button using below css.

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

    .page-id-22 a#to-top {display:none !important;}

    Thanks


    ThemeNectar Support Team