Hello, 1) I want to erase the slider on the homepage 2) i want to change the police (font?? in english i think) - i want to write on"Segoe UI" - i want the navigation bar on "Segoe UI" - ... i want al the website in "Segoe UI" tks a lot, Regards
Hello, 1 Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .flexslider { display: none; } .slider-shaddow { display: none; } This will remove the slider. 2. Paste the code given below in Custom CSS to change the font type. Appearance > Theme Option > Styling Option > Custom CSS Code: h1, h2 ,h3,h4,h5,h6,p,span,ul,li,body{ font-family: symbol ! important; } In place of "symbol" you can put your font.
tks a lot, another question: i want to erase the left border in the navigation menu .. have a look here plz... http://www.heberger-image.fr/images/75130_erase_borderleft.png.html tks
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu .ddsmoothmenu li a{ border:none; }
tks ... have a look here plz... http://www.heberger-image.fr/images...homepage_between_pictures_and_footer.png.html can you help me ... tks a lot
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .main-content-container { padding-bottom: 0; }