Hello, First of all you have to remove cufon from theme so open "function.php" file and change the name of the file as shown in the image. http://screencast.com/t/tiy1cijdCK And then put the following code in custom css Appearance -> theme options -> styling options -> custom css Code: h1, h2, h3, h4, h5, h6 { font-family : symbol; } This will solve your problem.
Thank you thank worked great. I would like to change the body background color. I added the following code: .body_wrapper{ background:#F1F8E0; } There is still a white area on the top of the page and a white area under the sliders. Is there a way to remove these white areas? My website link is www.solelybydesign.com/dir/
I removed the coding because my client wanted to review the site. Is there a way to make the entire page a different color without having the white areas?
Hello, For top image Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .body_wrapper { background: #F1F8E0; border-radius: 11px;} .top_cornor { background: none;} And for image below slider. Go to the Theme directory > images and change the color of (slider-pag.png) with the help of Photoshop or any other image editing tool.
Thanks! How do I change the font color and size of the "READ MORE" links in the Home Page First Featured Section? Can you send me an email about disabling the mobile responsiveness of the site please.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .featured_content .column-three .inner_area .read_more{ color:red; } Inplace of "red" put your color code.