• Closed
  • Kelly Hudson
    Spectator
    29.10.2015 at 03:14 #21678

    I’m using the evolve theme and love it. I wanted to know something though.
    At the end of the home page, it says older entries with an arrow. How can I change that text and the arrow to this pink color and also make it bold please? #da0d84

    http://getreallol.com/

    Thanks for the help!

    Denzel Chia
    Moderator
    Posts: 2656
    29.10.2015 at 09:29 #21683

    Hi,

    Please use the following in your Theme Options -> Custom CSS

    .btn.btn-right.icon-arrow-right.icon-big {
    color: #da0d84 !important;
    font-weight: bold !important;
    }
    .icon-arrow-right::before {
    color: #da0d84 !important;
    }

    Thanks!

    Kelly Hudson
    Spectator
    Posts: 6
    29.10.2015 at 14:17 #21689

    Perfect, Thanks again!