Footer Widget Area customization

Discussion in 'BlackBird WordPress Theme' started by lyubo, Jun 5, 2013.

  1. lyubo

    lyubo Guest

    Joined:
    May 15, 2013
    Messages:
    67
    Likes Received:
    1
    Hello, I could change the widths of the three Footer Widget areas and I placed one weather widget in the middle one. This widget hat a title area on the top and it takes to mach place without a title, too. If I delete this "<h4></h4>" (please see the image bellow) in the Firebug window I can get rid of the title area, but I don't know how to do it in the custom css of the Black Bird theme. Can you help me, please?
    Here the link to the site: http://www.limousine-klagenfurt.com/wordpress/
    Thank you!
     

    Attached Files:

    • 1.png
      1.png
      File size:
      61.7 KB
      Views:
      8
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .footer .widget_inner.last h4 {
    display: none;
    }
    This will solve your issue.
     
  3. lyubo

    lyubo Guest

    Joined:
    May 15, 2013
    Messages:
    67
    Likes Received:
    1
    Thank you, Piyush!
    And one more issue: the menu area has now 710px width and the search area 230px.
    My issue is that I need menu with about 840px and search area with about 100px.
    Otherwise goes the menu in the second row. Please, see the image. Is this possible?
    Here the link: http://www.limousine-klagenfurt.com/wordpress/ru/
     

    Attached Files:

    • 1.png
      1.png
      File size:
      111.2 KB
      Views:
      5
  4. lyubo

    lyubo Guest

    Joined:
    May 15, 2013
    Messages:
    67
    Likes Received:
    1
    Hello,
    I could solve my last issue as I changed the grids in the header.php at rows 111 (18 to 22) and 117 (6 to 2).
    Can you say me if there is a better way with the custom css?
    Thank you.
     

    Attached Files:

    • 2.PNG
      2.PNG
      File size:
      67.4 KB
      Views:
      4
    Nitesh likes this.
  5. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Good one. It is the only solution for this issue.
     

Share This Page