We're merging with GenerateBlocks! Learn more here.

[Support request] Read More : text-only (no button) and float-right

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Read More : text-only (no button) and float-right

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5376
    shpr
    Participant

    Hello,

    doubling this up as a question and potential feature request…

    1. Option for “no button” styling (ie. text only)
    2. Option to float button to the right

    Is it possible to provide me with the css code for this? eg I’ve tried adding:

    a.wp-show-posts-read-more {
        float: right;
    }

    To to custom css, but it does not seem to be applied.

    Thanks

    #5389
    Tom
    Keymaster

    Hi there,

    1. We have an option to give the read more button a custom class. So you can give it a class which doesn’t have any styling, and it will display as a regular link.

    2. Try this:

    .wpsp-read-more {
        float: right;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.