Home › Forums › WoodMart support forum › Blog post social media bordered
Blog post social media bordered
- This topic has 8 replies, 2 voices, and was last updated 3 months, 2 weeks ago by Hung Pham.
-
AuthorPosts
-
August 27, 2024 at 6:45 pm #592988
selqsParticipantHello, I want all the social media share icons in my blog posts to be colorless, meaning “bordered.” I tried many things with CSS but didn’t get any results. I turn them into bordered, but the icon colors are not loading. Could you provide the CSS code for this (as bordered)?
August 28, 2024 at 11:40 am #593153
Hung PhamKeymasterHi selqs,
Thanks for reaching to us.
Please provide URL of the mentioned page, so I can take a closer look.
Regards,
August 28, 2024 at 1:26 pm #593209
selqsParticipanthttps://woodmart.xtemos.com/2016/07/23/seating-collection-inspiration/
“I want to show you an example from your demo. I would like to make the colored social media icons at the bottom of blog posts look like the second screenshot I sent, where they are colorless.”
Attachments:
You must be logged in to view attached files.August 29, 2024 at 11:16 am #593482
Hung PhamKeymasterHi selqs,
Thanks for reaching to us.
Please provide your URL of the mentioned page, so I can take a closer look.
Regards,
August 29, 2024 at 11:18 am #593483
selqsParticipantAre you kidding me? I guess you didn’t read my message. I even sent a screenshot.
August 29, 2024 at 12:00 pm #593503
Hung PhamKeymasterHi selqs,
Sorry for the inconvenience.
Yes, I see the screenshots. However, please provide your URL of the mentioned page and I can give you better solutions. It can’t be done via screenshots only.
Thanks for understanding.
Regards,
August 29, 2024 at 12:02 pm #593504
selqsParticipanthttps://woodmart.xtemos.com/2016/07/23/seating-collection-inspiration/
We are using the same theme. Here is your link. Scroll down to the bottom of the blog post in the link I posted and see the social media link.
August 29, 2024 at 12:09 pm #593505
selqsParticipant.single-post-social a.wd-social-icon { border: 2px solid #CCC !important; color: rgba(0, 0, 0, 0.4) !important; background-color: transparent !important; } .single-post-social a.wd-social-icon:hover { border-color: var(--social-color) !important; background-color: var(--social-color) !important; color: #ffffff !important; }
I made it myself, you can check it out. do a review too
August 30, 2024 at 8:10 am #593747
Hung PhamKeymasterHi selqs,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-social-icons.icons-design-colored .wd-social-icon:not(:hover){ background-color: transparent; color: rgba(0, 0, 0, 0.4) !important; border: 2px solid #CCC }
Regards,
-
AuthorPosts
- You must be logged in to create new topics. Login / Register