Eddie_wen
Forum Replies Created
-
Forum: Plugins
In reply to: [AddToAny Share Buttons] Universal links don’t change color when hoveredResolved, thanks!
Thanks, Max, it’s perfectly fixed by the new version you gave me. But I also found that version 1.5.2 will hide the original posts that do not have translations, but the version you gave me seems to show them. I like that feature in 1.5.2, are you keeping it in the update?
Hi, Max, thank you for your quick reply. I also want to let you know that changing the nav menu causes the same issue. You may want to fix it as well.
Forum: Plugins
In reply to: [AddToAny Share Buttons] remove the underline of the share buttonsHi, thanks for your reply. Actually, I successfully removed the underline by adding “border: none;” in .addtoany_list a in the style.css of the child theme:
.addtoany_list a {
display: inline-block;
font-size: 16px;
padding: 0 4px;
vertical-align: middle;
border: none;
}I only have very basic understanding of css coding, so I am not sure if this is the best practice. Let me know if you suggest a better coding. Thank you.
Forum: Themes and Templates
In reply to: [Magazine Basic] Remove Sidebar for an individual pageHi, Cobracore, can you show me the code, please?