Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hello,

    Please open plugin settings page tab Elements and turn on option Display Selected Filters. Save settings.

    Extra option Hide selected filters area if nothing selected(affect only area above products) will be shown that you can use if needed.

    Regards,
    Dmytro

    Thread Starter elrayes

    (@elrayes)

    thanks

    how to make theme inline like this —– ——- ——–
    not like this

    ———-
    ———–
    ———-
    ———-

    Thread Starter elrayes

    (@elrayes)

    up

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi,

    Please add this custom CSS styles:

    
    .berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter {
      display: flex;
    }
    .berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy {
      padding-right: 40px !important;
    }
    .berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter ul,
    .berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter li {
      margin-left: 0;
      padding-left: 0;
    }
    .berocket_aapf_widget_selected_area .bapf_sfa_taxonomy .braapf_unselect i {
      margin-right: 4px
    }
    

    Regards,
    Dmytro

    Thread Starter elrayes

    (@elrayes)

    thank u

    in next update it should be away to design the style without coding

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘show selected filter at top of product’ is closed to new replies.