Colorway contact page. Remove share, and change footer color

Discussion in 'ColorWay WordPress Theme' started by teroki, Oct 25, 2012.

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

    teroki New Member

    Joined:
    Oct 25, 2012
    Messages:
    21
    Likes Received:
    1
    Hi, how can I remove the text: If you enjoyed this article please consider sharing it! and the share buttons from Contact Template.

    And to change the two color footer, I use Photoshop for the PSD, but where do I put the new Footer?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    For Contact template
    Code:
    .social_link {
    display: none;
    }
    .social_logo img {
    display: none;
    }
    For footer
    Code:
    .footer-container {
    background:  your color value;
    }
    .footer-navi {
    background: your color value;
    }

    Thanks.
     
  3. teroki

    teroki New Member

    Joined:
    Oct 25, 2012
    Messages:
    21
    Likes Received:
    1
    Hi, it worked great. Social links are gone and Footer color now ok.
    But my page navigation buttons changed back to default Blue. I need them to be #34a7d4.
     
  4. teroki

    teroki New Member

    Joined:
    Oct 25, 2012
    Messages:
    21
    Likes Received:
    1
  5. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    First code is of footer and second one is of menu both are different.
    You can add then in your custom css. They will work fine.

    Thanks.
     
  6. teroki

    teroki New Member

    Joined:
    Oct 25, 2012
    Messages:
    21
    Likes Received:
    1
    OK: Now I got it. I have to paste all the code to Custom CSS at the same time.

    Thanks Nitesh.
    This in now Resolved.
     
Thread Status:
Not open for further replies.

Share This Page