please help me!

Discussion in 'BizWay WordPress Theme' started by iteckorea, Jun 14, 2013.

  1. iteckorea

    iteckorea New Member

    Joined:
    Jun 8, 2013
    Messages:
    4
    Likes Received:
    0
    hello.
    I have faced several problems.
    Can you help me please?

    1) I don't know why but the font color in sub-menu appears white.
    The problem appears because I removed the link(url adress).

    2) Can I remove bars between menus?(just like in http://www.versimpelit.nl/)

    3) Can I change the font type in the heading of pages?

    4) Can I change the font type in homepage feature description?

    5) How do I put selection in language in menu section?(just like in http://www.versimpelit.nl/)

    Thanks...my website address is http://www.iteckor.com,

    and you would find it easy to understand if you check the attached pictures.

    Best Regards..
     

    Attached Files:

  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

    Code:
     #menu .ddsmoothmenu li li a {
    color: #565555;
    }
    2)
    Code:
     #menu .ddsmoothmenu li a {
    border-left: none;
    }
    3)
    Code:
    .page-heading h1 a {
    font-family: your font family;
    }
    4)
    Code:
    .page-item p {
    font-family: your font family;
    }
    5) Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
     

Share This Page