Hello, I want to use this Widgets (https://prnt.sc/jchflf) but I can’t find it.
Hello Arafat,
Here is talking about a simple list create in Text with Title element. Check the Widgets area and select from there this element and try to create it yourself. You can provide the link from where did you see this for an accurate response.
Thanks.
Please check this link: https://demo.tagdiv.com/newspaper_gadgets/2017/03/07/td-post-how-to-share-multiple-images-and-video-in-your-instagram/
I already try many time but I can’t do it.
Hello Arafat,
Here is talking about our Gadgets demo which has own style for each element used in it. So, the simplest way is to install that demo if you like it and then, you will have the similar style with the demo. Another alternative for you would be to use such a custom CSS code for that element which you want to add to your sidebar section. Here is talking about block 9 which uses the module 8. Try to add the following code and place it in Theme panel -> Custom CSS area, clear all the caches and check the results.
The code is ->
.td_module_8 {
padding: 0 0 0 15px;
border-bottom: 1px solid #eaeaea;
margin-bottom: 6px;
}
.td_module_8 .entry-title a {
color: #888 !important;
}
.td_module_8 .entry-title a:hover {
color: #000 !important;
}
.td_module_8 .entry-title a:before {
content: '';
width: 5px;
height: 5px;
background-color: #f45511;
position: absolute;
left: 0;
top: 7px;
}
.td_module_8 .td-module-comments {
display: none;
}
.td_module_8 .td-module-meta-info {
display: none;
}
The result is here ->https://www.screencast.com/t/4w6lJQhqa7j
Thanks for your understanding!
Awesome! It’s working but font size too big: https://prnt.sc/jcpg2a
check this: https://prnt.sc/jcpgjb
Hello Arafat,
Use the Inspector browser and change the font-size for your post titles. Check here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ and create your own custom Code.
Thanks.
Awesome. Thanks!
Have small problem the dot is not center check this: https://prnt.sc/jcsttx
Also, check: https://prnt.sc/jcsu03
Hi Arafat,
If you want to move that dot, you should make this -> https://www.screencast.com/t/oKQcQMHroZlX
Thanks.