• kzito

    (@kzito)


    Would love to know how one could work arround different backgrounds for the last item.

    .mybreadcrumbs a:last-child a {background-color:#ffffff!important; color:black; }

    When I use that code all the backgrounds of the items in breadcrumb change:

    Home > category > subcategory > post

    Can you please tell me if is possible to change the last subcategory link background to a color different than the others?

    Thx alot for your great work.

    https://wordpress.org/plugins/breadcrumb-navxt/

Viewing 1 replies (of 1 total)
  • Plugin Author John Havlik

    (@mtekk)

    If you have class="%type%" in your breadcrumb templates, then you should be able to select on .category. So using something like .mybreadcrumbs .category:last-of-type as your selector should work.

Viewing 1 replies (of 1 total)
  • The topic ‘Styling the background of NavXT’ is closed to new replies.