Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1146983

    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

    #1147331

    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

    #1149006

    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.

    #1149134

    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

    #1149399

    Thanks, Rikard.

    #1149409

    Hi,

    Did you need additional help or shall we close this topic?

    Best regards,
    Jordan Shannon

    #1149441

    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.

    #1149442

    also tried the following and got no result:

    .js_active .tab_titles { font-weight:900 !important; }

    #1149445

    I found the following CSS working:

    .av-tab-section-container .av-active-tab-title { font-weight:900 !important; }

    Please close the topic.

    #1149553

    Hi,

    Great, I’m glad that you found a solution and thanks for sharing. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Portfolio grid – Sticky Sort options – Underline selected category’ is closed to new replies.