Two Issues

Discussion in 'ButterBelly WordPress Theme' started by lanabstephens, Jan 9, 2014.

  1. lanabstephens

    lanabstephens Guest

    Joined:
    Jan 2, 2014
    Messages:
    8
    Likes Received:
    0
    Here is the page link:

    http://protectkywomen.bluegrasseventworks.com/

    #1 - What code in custom .css do I need to add in order to shrink the size of the header image with the site's Logo? I changed the overlap and know how to move the translucent bar over the slider. Just need to make the header image area smaller.

    #2 - At the bottom of the home page I cannot get the the "Use of Widgets" section to go away. . .any ideas?

    Thank you.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .logo img {
    width: 14%;
    }
    Adjust its value as per your requirements.

    Now,
    Go to Settings > Reading

    and follow the instruction as shown in image given below
    [​IMG]




    2.
    Go to the
    Appearance > Widgets
    Drag widgets and drop them in the first, second, third and fourth widget area, It will automatically display at your footer.


    Thanks & Regards
    Gourav Shrivastava
     
  3. lanabstephens

    lanabstephens Guest

    Joined:
    Jan 2, 2014
    Messages:
    8
    Likes Received:
    0
    Gourav,

    Thank you for the help. I didn't have a widget in the Fourth widget area, which is why the "Use of Widgets" was showing.

    Have a great day.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107


    Hello,

    "Use of widgets" is the theme default content for fourth widget area.
    Go to the Appearance > Widgets panel in your dashboard and
    drag & drop you widget in the fourth widget area.
    This will automatically remove the theme default widget and display your widget.
     

Share This Page