• Closed
  • Johan Bergstad
    Spectator
    14.01.2015 at 17:57 #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
    14.01.2015 at 18:34 #14334

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

    Alok Maheshwari
    Spectator
    Posts: 303
    15.01.2015 at 01:51 #14342

    What is the css you are applying?

    Johan Bergstad
    Spectator
    Posts: 32
    15.01.2015 at 21:45 #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
    16.01.2015 at 08:13 #14370

    Try applying relevant css through

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

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