Help with Gallery

Discussion in 'Woodpecker WordPress Business Theme' started by sangermike, Nov 24, 2014.

Thread Status:
Not open for further replies.
  1. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    How can I take out the FB and tweeter links on the gallery viewer?

    Is there a way to add nav arrows to gallery?

    How do you change the color of the thumbnail borders?


    Thanks!
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .pp_social {
    display: none;
    }
    .bg-up div,.bg-down div {
    border-color: red;
    }
    You can change color/color code in above code according to your need.

    Nav Arrow is already added in gallery view.

    Thanks & Regards
    Yogesh Bhade
     
  3. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    Thanks Yogesh. Altho' I don't see the nav arrows but that's ok :) Big Thanks!
     
Thread Status:
Not open for further replies.

Share This Page