I want to add a sidebar (widget) title to go above a plugin I use to track social media following.
I want the title to say “FOLLOW US” and look the same as all the other titles.
What widget and code/text do I need to put into the sidebar to achieve this?
https://ibb.co/r0c9gKS
Right hand sidebar:
https://smallcaps.com.au/glencore-samsung-sign-five-year-cobalt-partnership/
Hi,
You can set the code for your socials in a widget call text with title and set for the the title in “custom title” -> https://i.imgur.com/6CGALPz.png
Hope this will help you!
Thank you!
Thanks Calin, but the social counter is a widget in itself…not a code.
Also it would make it fit within the ‘block’ and pad the sides.
I like how the social plugin is full width.
Looks good with title text but how can I remove the gap between the title and the social widget under it:
https://ibb.co/ZGcm42X
Or how else can we do this?
Hi,
You can use a title element to achieve this -> https://ibb.co/ZGcm42X after that I will help you with a custom css to adjust the title position. Just let me know when I can start to investigate the social title.
Thank you!
Ok, I’ve added it to the sidebar now.
Let me know how you go and what to do next.
Hi,
Add an extra class and set on it in Theme panel this custom css -> https://i.imgur.com/1qGfP0K.png -> https://i.imgur.com/HK7uUcZ.png
you can change the name of the class
.classForFollowUs{
margin-bottom: 0;
}
The results should be -> https://i.imgur.com/AeevR9J.png
Thank you!
I’ve added as per above but no change:
https://ibb.co/SNNnNxV
https://ibb.co/sRSkYsv
Next suggestion?
Hi,
Please replace the above custom css whit this one -> https://i.imgur.com/Cc1tTnG.png
.classForFollowUs .block-title{
margin-bottom: 0;
}
This is stronger css and should apply on your title.
Thank you!
