I found the problem was that the color I choose for the header was the same color as the font color in the header for the top right. I changed the font color and voila it showed up. http://pragmaticconsultingservices.com/ On the same site one thing I can't seem to do is get rid of the Hours icon. Can you help with that.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature_sidebar .feature_addressbar ul li.hour { display: none; } Thanks & Regards Gourav Shrivastava
Great thanks It worked like a charm. ONE last question: I am trying to do a one page site so I have no need for the menu. I removed the only page I had left in the menu (Contact Mary) but when I did the slider photos no longer showed up. I dcan't figure out why there is a home page and sample page that shows on these templates. Isd here a way to have a one-page site with no menu? http://pragmaticconsultingservices.com/
My fingers are not working right. Here is the correct verbiage: I can't figure out why there is a home page and sample page that shows on these templates. Is there a way to have a one-page site with no menu?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu .ddsmoothmenu li a { display: none!important; } .menu_container { height: 45px; } It will remove menu without affecting slider. Thanks & Regards Nitesh Raghuwanshi
One other thing I just noticed. On my Android the text for top right is the Brown color I selected but on an iPhone it is the original color white.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: @media only screen and (max-width: 767px) and (min-width: 480px){ .mobile_nav { display: none!important;}} Thanks & Regards Nitesh Raghuwanshi