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..
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.