Reply To: Adding social media icons in header

Homepage Community Forums Epik Theme Support Adding social media icons in header Reply To: Adding social media icons in header

#4154
Wes
Moderator

    yes you would first change the size in your functions file first….then upload your image. For the smaller logo, you would need to override the logo in your responsive section of your css file.

    Example –

    `#header {
    background: url(link_to_your_image.jpg);
    }`