• Resolved sgant5724

    (@sgant5724)


    Hi – just installed your plugin and it works great. Only issue I am having is with the display. I had to uncheck default styling, as the posts would not show in the footer with the option on. With it removed I now have a large LI logo and the words LinkedIn Comapany Updates are barely visible, since I have a dark background in the footer. Do you have any code I could add to reduce LI logo in size and make the Linkedin Company Updates font color white? See the link here to the page I am talking about. http://lsi-training.com/tmg/ – footer area.

    Thanks in advance.

    https://wordpress.org/plugins/company-updates-for-linkedin/

Viewing 1 replies (of 1 total)
  • Plugin Author Andrew Rockwell

    (@rockwell15)

    Hi sgant5724,

    Sorry I wasn’t able to reply earlier. I see you already have found another plugin to suit your needs.

    Just in case any other user has the same issue here is some basic CSS to reduce the LinkedIn logo size:

    ul#linkedin-con h2 img {
        width: 16px;
        height: 16px;
        border-radius: 3px;
    }

    And to change the update’s font color, this controls “View on LinkedIn”:

    ul#linkedin-con #linkedin-item span a { color: ENTER-COLOR; }

    And this controls the actual update text:

    ul#linkedin-con #linkedin-item h3 + p { color: ENTER-COLOR; }

    Thanks,
    Andrew

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Styling for footer widget’ is closed to new replies.