Okay
  Public Ticket #300523
reverbnation.com
Closed

Comments

  • Cristi started the conversation

    hi guys,

    it's there any way for me to use the reverbnation icon down in the footer social section? how can i add an extra icon if is not part of the social list in the theme section?

    thank you!

  •  8,840
    Tahir replied

    Hey!

    You will likely have to use another one and then change its logo via custom css. 

    Thanks


    ThemeNectar Support Team 

  •   Cristi replied privately
  •  8,840
    Tahir replied

    Hey Again!

    Download and upload a logo from here : http://icon-download.com/logo/reverbnation-logo-3 and then setup a link in the menu so i can write up css to replace the image . 

    Thanks 


    ThemeNectar Support Team 

  •   Cristi replied privately
  •  8,840
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    #footer-outer .icon-salient-spotify {
        background: url(http://gheorghezamfir.ro/reverbnation-logo.png);
        background-size: 100%;
        background-repeat: no-repeat;
        border-radius: 0;
        width: 28px !important;
    }
    
    
    #footer-outer .icon-salient-spotify:before {
        opacity: 0;
    }
    Thanks 


    ThemeNectar Support Team 

  • Cristi replied

    awesome man!

    many thanks! 

    :)

  •   Cristi replied privately