A few colorway questions

Discussion in 'ColorWay WordPress Theme' started by antoniamaslin, Jun 30, 2013.

  1. antoniamaslin

    antoniamaslin New Member

    Joined:
    May 11, 2012
    Messages:
    7
    Likes Received:
    0
    Hi

    1. How do I remove the black lines above and below the menu?

    2. How can I add widgets to the bottom of the content area on the front page? Ideally I'd like 3 columns that I can put widgets in.

    3. How do I increase the area between the logo and the menu bar

    Thanks!
     
  2. Nitesh

    Nitesh Support Staff

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

    1) Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    .header .menu-bar {
    border-top: none;
    border-bottom: none;}

    2) You can add widgets in the footer widget area.
    Just go to the
    Appearance > Widgets
    Drag and drop widgets of your choice to the footer widget area.

    3) Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    .logo {
    margin-bottom: 50px;
    }
     
  3. antoniamaslin

    antoniamaslin New Member

    Joined:
    May 11, 2012
    Messages:
    7
    Likes Received:
    0
    Hi

    Thanks for that.

    With the widgets I just want them on the homepage - how do I do this?

    Thanks
     
  4. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Try 'Display Widgets' plugin from Strategy11. used it on many inkthemes themes with no problems... allows you to hide or display widgets on specific pages
     

Share This Page