Tagged: CSS, social media icons
Could you provide the quick CSS for adding the hairline borders top and bottom of the widget “Titles” like the ones on https://closetsutah.com site
Hey So Evolve,
Please try this:
.widgettitle {
border-style: solid;
border-width: 1px;
padding: 10px 0;
border-left: none;
border-right: none;
margin-bottom: 15px;
}
Best regards,
Rikard
Perfect… thanks for the quick reply
Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Please try this CSS instead:
.widgettitle {
border-color: white;
border-style: solid;
border-width: 1px;
padding: 10px 0;
border-left: none;
border-right: none;
margin-bottom: 15px;
}
Best regards,
Rikard
Hi,
I can’t see the CSS applying at all, if you need further help then please post admin WordPress login details in private.
If you have further problems then please open a new thread.
Best regards,
Rikard
Hi,
I’ve added it for you and it works, please review your site.
Best regards,
Rikard
Did you check on the social media icon “Rumble,” which is not displaying in the “header” area? It displays in the footer but not the header!