Adding custom logo as custom social media

Home Forums Jevelin Theme Adding custom logo as custom social media

Home Forums Jevelin Theme Adding custom logo as custom social media

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    RESOLVED Posts
  • ROADSURFING
    Participant

    Hello shufflehound team.

    I need to add the attached logo to my header linking to a internal site.

    I have tried doing it via the add custom social media tab in theme settings, but I can only choose between the logo fonts. Is it possible to add this icon picture as a custom social media logo?

    If not, is it possible to add the picture including a link into the header any other way? I would prefer it being as small as possible. I just need to have it in the header in other to be a part of the cookie association in Denmark.

    My site is: https://roadsurfing.dk/

    Best regards,
    Lasse

     

    Attachments:
    You must be logged in to view attached files.

    Hi Lasse,

     

    I hope you are well today and thank you for your question.

     

    There isn’t any theme option to add it but you can just display any dummy search icon on your site and share me the logo image from your site that you want to display in place of this icon so that I can develop custom CSS code to achieve this.

     

    Best regards,
    Shufflehound team

    ROADSURFING
    Participant

    Hi there,

     

    Thank you for your quick response.
    I have now added a dummy search icon.
    The logo image is the small one I have attached on the first post.

    Thanks!

    Best regards,
    Lasse

    ROADSURFING
    Participant

    The dummy search icon I added is the one in the top right corner after the youtube logo on my website.

    Solution for this topic

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #header-navigation a.social-media-wordpress {
        background: url("https://support.shufflehound.com/wp-content/uploads/2018/03/iconsmall.png") no-repeat center;
        padding-top: 75px;
        background-size: 100%;
        height: 50px;
        width: 16px;
    }
    
    #header-navigation  a.social-media-wordpress i {
        display: none;
    }

     

    Please change the icon URL in the above CSS code with the icon image URL from your site.

    ROADSURFING
    Participant

    It worked like a charm, thanks man!

    You are most welcome here 🙂

Viewing 7 posts - 1 through 7 (of 7 total)