Okay
  Public Ticket #1395424
Active Page Number
Closed

Comments

  •  6
    Clive Sheppard started the conversation

    Hi Guys

    You haven't heard from me for a few weeks so that means that everything is going really well! :))   We've loaded over 80 books onto the site now and we're really happy.

    One question if I may? When looking at the product catalogue I see that the current page has a double-lined box around the page number and the other pages have a single-lined box.  That's great, but would it be possible to change the color of the double lines too?  Perhaps to a nice red so that it stands out even more?

    Many thanks and all the best

    Clive

  • [deleted] replied

    Hi Clive,

    Can you please add the code below to your Custom CSS area:

    .pagination>li .current, .pagination>li.active>a {
        border-color: #e64242 !important;
        -webkit-box-shadow: inset 0 0 0 1px #FFF, inset 0 0 0 2px #e64242 !important;
        box-shadow: inset 0 0 0 1px #FFF, inset 0 0 0 2px #e64242 !important;
    }

    Have a nice weekend

  •  6
    Clive Sheppard replied

    Hi Ylli

    That is AWESOME and so are you!  :)

    It works perfectly - what a great start to a Friday!

    Have a lovely weekend too.

    Cheers!

    Clive

  • [deleted] replied

    Hi Clive,

    Thank you very much for your wish

    Will set this ticket as solved from here.