Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1432878

    Hi,
    is it possible to take the `”all” navigation name out of the magazine navigation?
    I would like to show just actual programms/dates on one page, which i can sort by the categories.
    On another page the dates should get in when they are over and i name the category history.
    Right now always when you get on the actual page, “alle” is in the front position and shows all appointments which i made.
    I would like to have it seperated.
    Is that possible?

    Many regards
    rixi

    #1432886

    Hey rixi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .av-magazine-sort .all_sort_button {
    	display: none;
    }
    .av-magazine-sort .all_sort_button ~ span.text-sep:first-of-type {
    	display: none;
    }
    

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

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