Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #237331

    My client want me to put in arrow on pages to help with navigation – POSSIBLY

    I did a quick mock up for them to view. But I’ll be needing to remove or turn white the hairline border on tables.

    See here: http://webpagesis.com/bluelabelvodka/all-about-rye/

    See the two arrows? Forward and Back? I’ll have to hand code the next previous pages, but would love to get help on removing the box and any badding the table produces.

    Thank in advance

    Paul

    IS THERE a better solution to do this in this amazing theme?
    Client thinks its too much trouble to go back to the navigation to go to next page in a series.

    #237465

    Hey Paul!

    You can add this on Quick CSS or custom.css to remove the border:

    tr:first-child th, tr:first-child td {
    border: none;
    }

    Regards,
    Ismael

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