Removal & Footer Font Color

Discussion in 'Cloriato WordPress Theme' started by rdeshazer, Feb 23, 2015.

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

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Hello,

    1. Remove: (HomePage Slider) - All Caption headings, caption descriptions and links. keep sliding images.

    2. Remove: HomePage - 3 gray dots under slider images.

    3. Bottom Footer: Copyright font color to White

    www.pisigma1985.org

    Thx
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

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

    1>
    Code:
    .caption.presentation {
    display: none !important;
    }
    .caption.conference {
    display: none !important;
    }
    2>
    Code:
    div#slider_pag {
    display: none;
    }
    3>
    Code:
    .copyright p {
    color: white !important;
    }

    Thanks,
    Praveen
     
  3. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

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

    Code:
    .caption.speaker {
    display: none !important;
    }
    Thanks,
    Praveen
     
  5. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
Thread Status:
Not open for further replies.

Share This Page