How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Hiding a brand on desktop(showing on mobile only)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7491
    DJackie
    Participant

    Hey,
    How can I hide specific brands in my list on desktop and make them visible on mobile only?

    #7533
    admin
    Keymaster

    Hi!

    I’m sorry but there is no such feature in the [top_list] shortcode at the moment.

    One solution that could work:
    If you show specific reviews in your toplist then with CSS you can show/hide the rows you want in each device.
    For example: `@media (max-width: 767px) { .home .table-s1 .item:nth-child(3) { display:none; } }`

    • This reply was modified 4 years, 3 months ago by admin.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.