• Resolved chronos666

    (@chronos666)


    Hi,
    Thank you for this wonderful plugin, I wish I had found this earlier as it would have saved a lot of headaches.
    I would like to ask if there is a list of custom CSS that can be used to style the output to better suit the theme I am using or does it pull from the main themes style sheet?

    Many thanks for the help and keep up the great work

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

    (@brechtvds)

    Happy to hear you’re enjoying the plugin!

    I don’t have any example code right now but you can find the classes to target when looking at the source code. What changes do you want to make specifically? Can you give me a link to the plugin on your website?

    Thread Starter chronos666

    (@chronos666)

    Thanks for the reply, the page is here I have to admit I didn’t think of looking at the source code for the page.

    It gives me something to work with. Again thank you and is there a place I can donate to this project?

    Plugin Author Brecht

    (@brechtvds)

    You could add some CSS like this to make it look a bit like those tags, for example:

    .crp-list-item-title a {
    display: inline-block;
    background-color: #0C4C8A;
    color: white !important;
    padding: 1px 5px;
    margin-bottom: 5px;
    }

    There’s a donate button in the bottom right of the plugin page but that’s really not necessary. Happy to help!

    Nice! That helped me out! 🙂
    But I’ve one problem: How can I expand the margin between two posts?
    padding-bottom and margin-bottom didn’t work.

    .crp-list-item-title {
    margin-bottom: 30px;
    }

    this works for the widget in the side-bar. But it has no effect for the short-code.

    Plugin Author Brecht

    (@brechtvds)

    Could you open a new topic for this and include a link to the page so I can take a look?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Custom styles’ is closed to new replies.