Hey guys,
I just tried the smartlist function and am using smart list 1. But I would like to know how i can customize it further. I like how it looks in the demo on your site. Title and number in box to the left, two (light) arrows on the right.
On my post, I have two black boxes with an arrow saying next and previous on the left and right with the title in the middle. Am I missing some settings here?
Hello VoZz,
You are talking about 2 different styles of the smart list. From what I understood, you are using now the smart list style 1 and what you are described as you wish is for smart list style 3. If you want to have the same style, please try to change your smart list from style 1 to style 3 and then you will have the same with our theme. -> http://screencast.com/t/Xz57HbxM -> http://screencast.com/t/USuVTi83
For more information about smart lists, please consult our documentation here -> https://forum.tagdiv.com/smart-lists/
Please notice that these kinds of smart lists are very sensible and you cannot customize very easy as you want and is require custom work. If you want to to customize the smart lists from the code and you want to add other functionalities for these besides the existing ones, please consider hiring a freelancer/developer to do this for your because we cannot provide custom services at the moment, sorry!
Hope this helps!
Thank you for the message!
Thanks for the reply. I see where this has gone wrong. In the Newspaper 6 theme documentation in the ‘Smart list’ section you link to four demo’s. But they link to the Newsmag smart list demo page instead of the Newspaper one. That’s why they look different. I was looking for it to look like smart list 1 newsmag style.
If this isn’t possible without custom work, could you tell me where I can change the colour and perhaps text of the arrows? I imagine that just changing that wouldn’t be a problem?
Hello VoZz,
If you want to change the color of the arrows from your smart list, please try the code below and add it in Theme panel->Cusotm CSS area.
The code is ->
.td-left-smart-list, .td-right-smart-list {
color:red;
}
The result you shouls see here -> http://screencast.com/t/aiM7EXPk3f
Hope this helps!
Thank you for the message!