Hi!
I just bought and installed JUX News Wall.
It seems to work fine! Congratulations!
But I do have a need to customize it and I don't know how to do it.
I need to get rid of the View More button.
This is because I only want to display a fixed number of articles and do not want to allow users to load more articles or K2 items.
Tks!
Hi Eduardo Goncalves
Thanks for contacting and choosing our product
About your problem, You want to hidden button "view more"
Please go to back-end module -> at config Show "Read More" and select No
Hope it can help you
Thanks
Hello!
But it refers to the button that carries more items. I also wanted to disable to not load more items, but only have the option to disable the "read more" that shows in all articles.
Hi
Thanks for feedbacks
Sorry for the reply later, about your problem:
Please go to back-end -> modules -> Tab Layout Option -> Custom CSS -> and add code:
.news-wall-loadmore{
display:none!important;
}
Hope it can help you
Thanks