A Few Changes

Discussion in 'Woodpecker WordPress Business Theme' started by itzcandy, Oct 23, 2015.

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

    itzcandy Member

    Joined:
    Dec 13, 2012
    Messages:
    102
    Likes Received:
    2
    Hi and Thank you for helping with the following changes.

    1. I would like to change the footer widget's text color to white
    2. I would like to change the copyright text color to white
    3. I would like to change the color of the three column feature titles
    4. I would like to change the color of the punchline heading
    5. I would like to change the color of the lines at the top of the body area and at the bottom line that goes across the top of the widget area - they are currently light blue on my site. http://mycleary.com/
    6. Can I move the social icons to the top underneath the click to call button. Can I also change them to a standard color?

    Thank you!
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    As per your above issues, solutions are accordingly and you just have to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard..

    1) I would like to change the footer widget's text color to white, code is below..
    Code:
    .footer-wrapper p {
        color: white !important;
    }
    li.cat-item-none {
        color: white !important;
    }
    2) I would like to change the copyright text color to white, code is below..
    Code:
    .copyright-container p {
        color: blue !important;
    }
    .footer-copyright-wrapper a {
        color: red !important;
    }
    3) I would like to change the color of the three column feature titles, for this code is below..
    Code:
    .feature-page-wt-thumb h1 a {
        color: red !important;
    }

    4) I would like to change the color of the punchline heading, code is below,
    Code:
    .feature-page-wt-thumb h1 a {
        color: red !important;
    }
    5) I would like to change the color of the lines at the top of the body area and at the bottom line that goes across the top of the widget area

    Please provide a screenshot for this so that we can assist you accordingly.

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

    6) Can I move the social icons to the top underneath the click to call button. Can I also change them to a standard color?

    For this, there would be requirement of some customization in source code of the theme.

    So please send us you dashboard details at [email protected] and we will do it for you.

    NOTE: Please change color as per your interest.

    Hope it will resolve your issues

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. itzcandy

    itzcandy Member

    Joined:
    Dec 13, 2012
    Messages:
    102
    Likes Received:
    2
    Here is a screen shot, I would like to change the thin blue line under the picture and to the top of the feature boxes to a new color.
     

    Attached Files:

  4. priya

    priya Guest

    Hello,

    You can change the color of top of the feature boxes and bottom of the picture with this CSS code (given below), you just need to paste the code in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    For top of line, code is below.
    Code:
    .content-container {
        border-top: 6px solid red !important;
    }
    For the bottom line, code is as follow..
    Code:
    .footer-wrapper {
        border-top: 5px solid red !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. itzcandy

    itzcandy Member

    Joined:
    Dec 13, 2012
    Messages:
    102
    Likes Received:
    2
    It did, thank you so much!
     
Thread Status:
Not open for further replies.

Share This Page