default picture

Discussion in 'Photomaker WordPress Theme' started by crystal0811, Nov 24, 2014.

  1. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    I have uploaded only one pictures on the slider. Typically this removes all default pictures. However, for some reason a default images is still there for the second picture. It doesn't rotate, but if you click on the arrow, it is there. Does this mean I have to have two images at all times?

    http://cjlightworks.org/
     
  2. Yogesh

    Yogesh Guest

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

    In this theme we have used at least two images in slider so there are slider arrow displaying, you can hide that arrow by applying following CSS code in Custom CSS.

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .tf_next, .tf_prev {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page