Okay
  Public Ticket #2929850
added social media icons in footer and styling incorrect
Closed

Comments

  •  2
    Andrew Goode started the conversation

    Hi 

    We have added a YouTube icon and Google my business icon in the footer


    As you can see they dont look right - we cant see how to modify them 

    KR Andrew

  •  8,840
    Tahir replied

    Hey Again,

    Could you add them again on the live site so we can view the issue ?. 

    Thanks`


    ThemeNectar Support Team 

  •  2
    Andrew Goode replied

    Hi Tahir


    The live links are on https://thestoragehub.co.uk/


    KR Andrew

  •  1,878
    Judith replied

    Hi Andrew,

    They are not visible yet.

    Thanks.

  •  8,840
    Tahir replied

    I cant seem to view them on my end in Chrome: 

    7943798150.png

    Thanks 


    ThemeNectar Support Team 

  •  2
    Andrew Goode replied

    Hi 


    Please try again -we have cleared the cache ( they are visible when incognito -) so hopefully they will show now


    KR Andrew


  •  8,840
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
        background-color: white;
    }
    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
        background-color: white;
    }

    Thanks


    ThemeNectar Support Team 

  •  1,878
    Judith replied

    Hi There,

    Please try this css:

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
        background-color: #ea443400; font-size:29px;
    } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
        background-color: #ff000000; margin-top: -4px !important; }

    Thanks.