need help editing my homepage

Discussion in 'ColorWay WordPress Theme' started by mvneunkirch, Nov 26, 2013.

  1. mvneunkirch

    mvneunkirch New Member

    Joined:
    Oct 16, 2013
    Messages:
    2
    Likes Received:
    0
    Dear Inkthemes Team

    I already posted a thread but it seems like it has been deleted.

    To make it easier to understand I uploaded a file in which I tried to explain how I need the homepage to be. IT WOULD BE SUPER AMAZING IF YOU COULD HELP ME! :)

    this is the link to my website - www.mv-neunkirch.ch

    thank you and have a nice day!

    m.
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

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

    For menu:
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu {
    float: none;
    text-align: right;
    }
    #menu .ddsmoothmenu li {
    float: none;
    }
    #menu li a{
    float: none;
    }
    
    2) For featured area:
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .one_fourth {
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
    }

    3) For footer:
    Just add blank text widget in the first and second footer widget area.


    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. mvneunkirch

    mvneunkirch New Member

    Joined:
    Oct 16, 2013
    Messages:
    2
    Likes Received:
    0
    Thanks for your quick reply!
    I only managed to get the footer as I wanted it to be.

    Somehow the code for the featured area, where I only need these two pictures to be bigger, didn't work.

    Is it possible to change the fontstyle in the menu?

    Best regards,

    Marisa
     
  4. Gourav

    Gourav Support Staff

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

    1.For your first issue

    We have checked your website and it seems that by mistake you have forgotten to close the curly braces in your css code, please close curly braces in that code in your custom css, It will work fine.

    Sending image for reference

    2013-11-30_1520.png


    2.For your second issue

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

    Code:
    #menu li a {
    font-family: symbol;
    }
    
    Inplace of "symbol" put your font type.
     

Share This Page