Woodpecker Theme

Discussion in 'Themia WordPress Theme' started by drdad47, Aug 31, 2016.

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

    drdad47 New Member

    Joined:
    May 23, 2015
    Messages:
    16
    Likes Received:
    0
    1. How to remove the click button on the slider. I want to keep the slider stationary.
    2. How to change the color of the title and tag.
    3. How to place my logo in the space to the right of the title and tag.

    Thanks,
    Leslie E. Bartley
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site so that we can better assist you?

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. drdad47

    drdad47 New Member

    Joined:
    May 23, 2015
    Messages:
    16
    Likes Received:
    0
    My 'URL' is a student project within Christina Hills Website Creations Workshop. My 'URL' within WCW is http://www.wpsweet1.com/charms/. Thanks for your help.
     
  4. priya

    priya Guest

    Hi,

    Please paste the code given below in Custom CSS field of your dashboard.

    1) How to remove the click button on the slider. I want to keep the slider stationary.

    Code is given below..
    Code:
    .nivo-caption a.slide-button {
        display: none !important;
    }
    2) How to change the color of the title and tag.

    For title..
    Code:
    .slide-h1 {
        color: red;
    }
    For tag,
    Code:
    p.slide-para {
        color: blue;
    }
    3) How to place my logo in the space to the right of the title and tag.

    Please share some edited screenshot of your requirement..

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. drdad47

    drdad47 New Member

    Joined:
    May 23, 2015
    Messages:
    16
    Likes Received:
    0
  6. drdad47

    drdad47 New Member

    Joined:
    May 23, 2015
    Messages:
    16
    Likes Received:
    0
    Above, I asked "2) How to change the color of the title and tag." You gave me the title and tag for the slider, which I thank you for, but, I was remiss. I need to change the color of the website's title and tag.
    Bartley House Publications
    Publishing Inspired Thoughts, Opinions and Sentiments

    currently, the Bartley House Publications is a gray/silver color and the tag is black. I would like to change the main title's to a dark burgundy color and the tag to the color of the theme's orange/coffee color. Also I would like to change the size of the fonts. With the codes you gave above for the colors of the slider's title and tag I was able to experiment by changing the color in the code. Is there a book of codes for the woodpecker pro theme that I could acquire?
     
  7. drdad47

    drdad47 New Member

    Joined:
    May 23, 2015
    Messages:
    16
    Likes Received:
    0
    Priyanka, Thank You so very much. I've been searching for answer and you provided what I needed.

    Blessings,
    Leslie E. Bartley, Ph.D.
     
Thread Status:
Not open for further replies.

Share This Page