Ticket for: Combo Blocks
0
Anonymous
Hi.
How do i target All on my filtering menu with css, i want to change it so i can customize the look of the whole filterbar on my page. I can grab everything else with datafiltering (like this)
.filter-118[data-filter=".en-time"] {
position: absolute!important;
left: 5%;
top: 50%;
width: 12%;
}
0 Subscribers
Submit Answer
1 Answers
Best Answer
0
Welcome to our forum.
If you are using single filter, please use following CSS selector to target first nav
.post-grid .nav-filter .filter:first-child {
background: #f00;
}