[Resolved] Color and previous article next article link.

Home Forums Support [Resolved] Color and previous article next article link.

Home Forums Support Color and previous article next article link.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #232678
    Philippe

    Hello,

    I wish I could change the color of the link only for previous and next section article.
    I would also get a little bigger arrows.

    Is there a solution ?

    Thank you in advance.

    Philippe

    #232765
    Jean Paiva
    Developer

    Hello Philippe,

    You can try adding this css:

    .entry-meta .next a { color: red; }
    .entry-meta .prev a { color: blue; }

    This tutorial might help you through the process: https://generatepress.com/knowledgebase/adding-css/

    #232796
    Philippe

    Thank you en jean
    That’s what I added as css, it works fine.

    .entry-title a, .entry-title a:visited {
        color: #fffef4;
    }

    I wish I could now enlarge the arrows next is last.

    Philippe

    #232798
    Tom
    Lead Developer
    Lead Developer

    Sizes can be changed like this:

    .nav-previous .prev:before,
    .nav-next .next:before {
        font-size: 15px;
    }
    #232808
    Philippe

    Thank you Tom,

    It’s done and it works great!

    Besides, I think put the site online tonight because my current site is totally lame.

    Philippe

    #232810
    Tom
    Lead Developer
    Lead Developer

    Glad we could help ๐Ÿ™‚

    #232819
    Philippe

    Thank you for the suggestion!

    I already try alone in the quiet just now, and if I do not go, I’ll call for help. ๐Ÿ˜‰

    Philippe

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