• Resolved pagegenius

    (@pagegenius)


    Hi, I’m using the pro version of your plugin.

    I would like to display my categories without the color-filled button look, but rather as plain text separated with “|” characters. This page is an example:

    https://www.fahrenheit-212.com/boiling-point

    I understand CSS. Could you tell me the techniques I might use to generate this effect?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    I did it with this css code:
    .simplefilter li, .sortandshuffle li{
    here rgba color
    }

    Thread Starter pagegenius

    (@pagegenius)

    @dangerdan: I just tried your code like this:

    .simplefilter li, .sortandshuffle li{
       background-color:rgb(255,255,255);
        color: #000000;
    }

    …and it changed the color of my text, but the colored backgrounds have not changed. Maybe you wanted a different line for background-color?

    Also, do you (or anyone else) have any ideas for inserting a “|” (pipe) character between each entry using CSS?

    Thanks,

    Ralph

    Plugin Author A WP Life

    (@awordpresslife)

    Hi @pagegenius,

    Thanks for contacting us.

    I have checked your page and found that you are not using our plugin on your page.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Displaying categories without color-filled buttons’ is closed to new replies.