Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #775337

    I allready dound this code in the forum, but i doesnt work on my website.
    htps://www.celebrationevents.nl/contact/portfolio/

    #js_sort_items .text-sep {
    display: none;
    }

    #js_sort_items a {
    display: inline-block;
    float: none;
    margin: 0 5px 0 5px;
    }

    .sort_by_cat {
    text-align: center;
    }

    Can anyone help me on this matter?

    Kind Regards Gilbert

    #775792

    Hey Gilbert,

    Please try the following in Quick CSS under Enfold->General Styling:

    .inner_sort_button {
        background-color: blue;
        border-radius: 3px;
        padding: 5px;
        color: white;
    }

    Best regards,
    Rikard

    #775881

    Thanxs Rikard, that works!

    Is there a way to give the “all catgory” button a different color than the other catgories ?

    Gilbert

    #775994

    Hi Gilbert,

    This is how you can give color to all category, but you might want to give a different color to current category instead.

    
    .av-sort-by-term a:first-child span.inner_sort_button {
        background-color: #c72cbe;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #776210

    Thaxs Victoria for your sugestion

    Can you advise me to color the active category?

    Is it also possible to hide the ” / ” between the categories?

    Thanxs once again.

    #776456

    Hi,

    You can target the active category using this CSS:

    .active_sort span {
    your CSS here
    }

    You can hide the separators using this CSS:

    .av-masonry-sort .text-sep {
      display:none;
    }

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.