Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Nikhil G

    (@nsgawli)

    Hello,

    Do you want to hide the borders of the Filter section? It seems like there is CSS conflict with your theme and therefore they are very close to the filter list. Which theme you are using?

    Thread Starter MrYess

    (@mryess)

    Thread Starter MrYess

    (@mryess)

    Yes I want to hide the borders of the Filter section. Maybe make this line white in settings

    • This reply was modified 5 years, 4 months ago by MrYess.
    • This reply was modified 5 years, 4 months ago by MrYess.
    • This reply was modified 5 years, 4 months ago by MrYess.
    Plugin Contributor Nikhil G

    (@nsgawli)

    Hello,

    Please add below custom CSS code in your theme’s customize setting. For this, go to Dashboard > Appearance > Themes > Customize > Additional CSS.

    #wpsc_md_filters div, #wpsc_sm_filters div{
    border:none !important;
    }

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘How hide line?’ is closed to new replies.