Okay
  Public Ticket #915167
Footer Widget Area 2
Closed

Comments

  •  2
    Fedwa started the conversation

    Hi there!

    I've put some social icons in the Footer Widget Area 2, and I'd like to make some adjustments :
    1 - How can I modify the Css to lower them and justify them with the title (see screenshot)
    2 - The hover color change works on all the icons except Behance. Any clue on why and how to fix this

    Thanks again for your help,

  •  8,996
    Tahir replied

    Hey Fedwa,

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

    #footer-outer a:not(.nectar-button):hover {
        color: #ea3a9e !important;
    }
    
    .ascend #footer-outer #text-4 h4 {
        margin-bottom: 30px;
    }
    
    .nectar-social.full-width.items_5 {
        margin-left: -29px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Fedwa replied

    Just perfect! Thanks a lot!