[Resolved] Read More Button

Home Forums Support [Resolved] Read More Button

Home Forums Support Read More Button

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #106194
    frank decicco

    I bet this was asked before but I searched and didn’t see anything:

    How can I make the Read More link in post excerpts a button instead of a link.
    if that’s not possible, can it be moved on its own line below the post and maybe have a unique id or something?

    #106196
    Tom
    Lead Developer
    Lead Developer

    Hi Frank,

    Give this a go: http://generatepress.com/forums/topic/button-instead-of-read-more-text-in-blog-mode/#post-64553

    Let me know if it works or not ๐Ÿ™‚

    #106390
    frank decicco

    well, that helped me get going. Looks like the link colors are overridden by injected styles that prevent setting the link color.

    here is what I ended up with that seems to allow me to change the color and background, hopefully its correct and that there aren’t other conditional css injections that might break it. Thank you for your help.

    .inside-article .read-more:hover {
    background: #D2C75D;
    color: #000000;
    }

    .inside-article .read-more {
    display: block;
    margin-top:10px;
    width:120px;
    padding: 10px 10px;
    background: #9FA557;
    color: #ffffff;
    }

    #106433
    Tom
    Lead Developer
    Lead Developer

    Looks good to me! ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.