Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1175225

    Hi team,

    Can I please have some assistance in removing the word “ALL” from above the portfolio grid on this page?

    #1175682

    Hey Lara,

    Please check this post

    and let us know if it does help you

    Best regards,
    Basilis

    #1176156

    Hi Basilis,

    I tried adding the below to general styling and it didn’t work.

    a.all_sort_button {
    display: none !important;
    }

    #1176161

    Hi team,

    I was able to remove the word ALL by selecting No, do not display sort options.

    Thanks anyway :)

    #1176206

    Hi,

    Great, I’m glad that you found a solution. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1178874

    Hi Rikard,

    I need some help with another page that has breadcrumbs on it.

    Is it possible to have the categories change to grey #808080 once you’ve selected that page? Similar to the main menu?

    #1179859

    Hi,
    Sorry for the late reply, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #js_sort_items > .sort_by_cat > a.active_sort span {
    	color: #808080 !important;
    }

    Best regards,
    Mike

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