Widgets

Posted in: Newspaper
Post count: 225

Hello, I want to use this Widgets (https://prnt.sc/jchflf) but I can’t find it.

Post count: 23312

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.

Post count: 225
Post count: 23312

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!

Post count: 225

Awesome! It’s working but font size too big: https://prnt.sc/jcpg2a

check this: https://prnt.sc/jcpgjb

Post count: 23312

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.

Post count: 225

I try my best but can’t, please help!

Post count: 23312

Hello Arafat,

Try this simple code.

.td_module_8 .entry-title a{
font-size:15px;
}

Thanks.

Post count: 225

Awesome. Thanks!

Have small problem the dot is not center check this: https://prnt.sc/jcsttx

Also, check: https://prnt.sc/jcsu03

Post count: 23312

Hi Arafat,

If you want to move that dot, you should make this -> https://www.screencast.com/t/oKQcQMHroZlX

Thanks.

Post count: 225

Thanks a lot.

Viewing 11 posts - 1 through 11 (of 11 total)
The forum ‘Newspaper’ is closed to new topics and replies.