Latest Button

Posted in: Newspaper
Post count: 9

Hi – I have some queries and my support runs out on 02 April so please help if you can:

Query 1 – https://pickupacrayon.com/category/articles/

Is there a way to remove the “latest” button

Query 2 – https://pickupacrayon.com/category/articles/

If there is not a way to remove the “latest” button can you explain how I can change the hoover colour of the dropdown as the writing currently turns black?

Post count: 35449

Hi,

If you want to remove that “latest” button from all categories you can do it from theme panel -> https://i.imgur.com/Xzcy8L1.png if you want to remove it only on this category you can use this custom css https://i.imgur.com/PSofWvh.png
.category-articles .td-category-pulldown-filter{
display: none;
}

For hover color you can use this custom css ->
https://i.imgur.com/fZVkvbR.png
.td-category-header .td-pulldown-category-filter-link:hover{
color: #fff;
background-color: #888!important;
}

The code need to be set in Theme panel> Custom code> Custom css.

Hope this will help you!
Thank you!

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