Changes Please

Discussion in 'Woodpecker WordPress Business Theme' started by itzcandy, Oct 2, 2014.

  1. itzcandy

    itzcandy Member

    Joined:
    Dec 13, 2012
    Messages:
    102
    Likes Received:
    2
    Hi, I would like to do a few things to customize my website amongfriendsbakingmixes.com

    1. I would like to move the search bar to the top in the header section - to the right of the logo etc./right aligned

    2. Can I change the footer widget area so that it expands across the entire bottom of the visible area instead of in line with the main page content area?

    3. How do I get rid of the 3 feature area?

    4. How do I change the default link color from light grey to pink?
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    1st issue:
    You have to apply lots of customization for this because search bar is in widget area.
    2nd issue:
    Follow below image and remove the two linesfrom sidebar-footer.php
    3rd issue:
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature-page-wt-thumb {
    display: none;
    }
    4th issue:
    Code:
    a {
    color: #8b8b8b !important;
    }
    Thanks & Regards
    Pramod
     

    Attached Files:

Share This Page