• Hello,

    I use the WP show posts plugin with the GP theme.

    Is there anyway to customize the font size, color and size for individual lists?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Tom

    (@edge22)

    Hi there,

    Our pro version has styling options.

    In the free version, you would have to use CSS. Each list has a unique ID added to the container, so you can apply CSS for each individual list.

    Let me know if you need more info 🙂

    Thread Starter jadmac12

    (@jadmac12)

    Hi Tom,

    I can change the color globally with css, but targeting a specific list doesn’t seem to work.

    I added the following:

    #wpsp-6743 .wp-show-posts-entry-title {
    font-size: 16px;
    color: #FFFFFF;
    }

    Plugin Author Tom

    (@edge22)

    That should do it, as long as 6743 is the ID.

    Any chance you can link me to the page?

    Plugin Author Tom

    (@edge22)

    Try this to change the color:

    #wpsp-6743 .wp-show-posts-entry-title a {
        color: #FFFFFF;
    }
    Thread Starter jadmac12

    (@jadmac12)

    Perfect, thank you!

    Plugin Author Tom

    (@edge22)

    You’re welcome 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Changing the style of different lists’ is closed to new replies.