incorporate a Linkedin

Posted in: Newsmag
Post count: 312

good afternoon. I would like to answer two questions, I am trying to incorporate a Linkedin icon into our content with a direct link to our newsletter and instead of forming the blue box – only the letters appear. What is happening?

https://imgur.com/a/qUF5ebi

Another question is how I can place this embed on all pages automatically without having to edit them one by one.
code

<style>
.libutton {
display: flex;
flex-direction: column;
justify-content: center;
padding: 7px;
text-align: center;
outline: none;
text-decoration: none !important;
color: #ffffff !important;
width: 380px;
height: 32px;
border-radius: 16px;
background-color: #0A66C2;
font-family: “SF Pro Text”, Helvetica, sans-serif;
}
</style>
Assine a Newsletter do CidadeMarketing

Post count: 312
Post count: 35449

Hello,
All that you need to do is to add an extra class to the above code:
.single .libutton {
display: flex;
flex-direction: column;
justify-content: center;
padding: 7px;
text-align: center;
outline: none;
text-decoration: none !important;
color: #ffffff !important;
width: 380px;
height: 32px;
border-radius: 16px;
background-color: #0A66C2;
font-family: “SF Pro Text”, Helvetica, sans-serif;
}

Set the custom css in the theme panel > custom code> advance css and the problem should be resolved.
Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.