Tagged: portfolio grid, sticky, underline
Hi,
Here I want to make two changes to the sort options in the portfolio grid element:
1) I want to make it sticky so it always stays on top.
2) I want the selected category to become underlined.
Thanks
Hey soheylll,
I’m not sure if that would be easily achievable, but send us a link to where we can see the element in question and we’ll have a look at it.
Best regards,
Rikard
Hey Rikard,
I actually changed my mind about making the sort options sticky for now. So we can forget about it.
But, I am looking for a quick CSS code to make the selected category in sort options bold or underlined. Right now, the selected category uses the secondary color which is good, but not very recognizable.
The website is not published yet, so I can’t provide you with any public link. But if I’m still not clear about what I want, I can provide you with credentials in private message.
Thanks much.
Hi,
Thanks for the update. Please try this CSS in order to make the active sort option bold:
.active_sort span {
font-weight:700 !important;
}
Best regards,
Rikard
Thanks, Rikard.
Hi,
Did you need additional help or shall we close this topic?
Best regards,
Jordan Shannon
Hi,
Actually, I am trying to do the same thing with the active tab with the following code:
.js_active .active_tab {
font-weight: bold;
}
But it doesn’t work.
also tried the following and got no result:
.js_active .tab_titles { font-weight:900 !important; }
I found the following CSS working:
.av-tab-section-container .av-active-tab-title { font-weight:900 !important; }
Please close the topic.