slider--remove grey tint to slider images

Discussion in 'Woodpecker WordPress Business Theme' started by silvernailwd, Jul 2, 2014.

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

    silvernailwd Guest

    Joined:
    Nov 22, 2013
    Messages:
    9
    Likes Received:
    0
    Location:
    South Bound Brook NJ, USA
    I would like to remove the grey tint over the slider images. also I would like to to remove the link button in the center. I would like to use the full screen area as a large logo
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .nivo-caption {
    background: none;
    }
    .nivo-caption a.slide-button {
    display: none!important;
    } 
    This will remove the grey tint from the slider and remove the link button from the center of slider image.

    2. If we want to display the logo in fullwidth then we have to remove the tap to call feature.
    Go to the header.php file present in your theme directory and follow the instruction shown in the image given below.

    [​IMG]


    This will display the logo in fullwidth.
     
  3. silvernailwd

    silvernailwd Guest

    Joined:
    Nov 22, 2013
    Messages:
    9
    Likes Received:
    0
    Location:
    South Bound Brook NJ, USA
    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page