• Closed
  • Johan Bergstad
    Spectator
    January 14, 2015 at 5:57 pm #14333

    Is it possible to customize the Read More button? I’d like to customize color and shape and maybe even substitute it with a completely different shaped button. Thx

    Johan Bergstad
    Spectator
    Posts: 32
    January 14, 2015 at 6:34 pm #14334

    edit: i found out how to change color but not how to change the shape….

    Alok Maheshwari
    Spectator
    Posts: 303
    January 15, 2015 at 1:51 am #14342

    What is the css you are applying?

    Johan Bergstad
    Spectator
    Posts: 32
    January 15, 2015 at 9:45 pm #14356

    Just the css from the theme. And I’ve only changed the coloring. Is it possible to change the shape also? url: nieuwe.roosgoesgreen.nl

    Alok Maheshwari
    Spectator
    Posts: 303
    January 16, 2015 at 8:13 am #14370

    Try applying relevant css through

    #wrapper a.read-more {
    /* custom css here */
    }

    #wrapper a.read-more:hover {
    /* custom css here */
    }