Updating the Mobile Homepage

Hello again! I have configured my desktop’s landing page to return categories and sub categories in one column and the latest topics in another column but the mobile landing page returns a latest topic and subcategories then the list of topics below the categories.

Switching to the desktop site on mobile returns exactly what I would my mobile page to return.
So two questions: is there a way to prevent topics from showing up in the category section of the mobile homepage and if thats not an option, is there a way to turn off the mobile theme entirely?

Please refer to the pictures:

1 Like

Checking if anyone might be able to help with this.

I tried something really quick

In a new stylesheet, in Mobile > CSS, can you try this ?

tr.category-topic-link {
    display: none;
}

.category-list.with-topics .category-list-item .category-description {
    display: block;
    border-bottom: 0 !important;
}

.category-list.with-topics footer {
    border-top: 0
}

.category-list.with-topics footer figure {
    display: none;
}

It should be pretty close

3 Likes

This is it. It works perfectly! Thank you very much!!! :+1: :+1:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.