• Resolved akennedy1

    (@akennedy1)


    I am trying to change the filter to match the filter on the Portfolio page which was created using a different plug in. Can this be done with custom css?

    I need to remove the background colour, change the font colour of the show all filter and add a hover font color to the site plan and floor plan filters.

    Any help is appreciated!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author A WP Life

    (@awordpresslife)

    Hi,

    sure, and if below code didn’t work, please contact at our site A WP Life our developer will help you more

    .simplefilter li.active { color: #BEBEBE !important }
    .simplefilter li:hover { color: #BEBEBE !important }
    #f-simplefilter li { background-color:none !important }
    Thread Starter akennedy1

    (@akennedy1)

    Thank you very much for your help & also for producing a great plugin.

    The code you supplied worked well, I just had to change the background colour from none to white to blend in with the page background. One thing that doesn’t work correctly though is when I use the filters the background appears on the show all filter. Is there a fix for this?

    Unfortunately there is a large amount of spacing between each filter (I think this is because the background for each filter is still here we just can’t see it). Is there another line of code that would fix it? either to change the size of the button or to remove it entirely so the filters become simple text links.

    Thanks again for your help.

    • This reply was modified 5 years, 9 months ago by akennedy1.
    Plugin Author A WP Life

    (@awordpresslife)

    .simplefilter li {padding: 4px 10px !important }
    #all-simplefilter li { background-color: #FFFFFF !important }
    Thread Starter akennedy1

    (@akennedy1)

    Thank you very much for your time, this worked perfectly!

    Plugin Author A WP Life

    (@awordpresslife)

    If you like our plugin, please rate us it would be great and really appreciated.

    Thank you!

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

The topic ‘Filter buttons’ is closed to new replies.