Hi, currently, I have: body { background: #8F5B2B ! important; } in "Styling Options". How can I change the green color to a darker shade at the top of my website: http://www.pantageshair.com? Because the colors are darker now, it is hard to see the Home Page Sub-heading, "Try our services, Book your appointments now!" How can I change this heading to a different color? NOTE: I did purchase the Pro version but not sure if I can install the Pro version over top the current trial one. Techsupport was going to help me install the Pro version but since I bought the Pro version, they haven't got back to me.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header_container { background: black; } .page_info h3 { color: black; } .featurebox .featurebox_desc h4 a { color: black; } Please check the link given below http://www.inkthemes.com/how-to-update-a-premium-theme-by-inkthemes/05/ Ihope it will help's you.
May I know which part of the code changes the top part of the website (which is green in color)? Once I know, I can change the color later on. Thanks!
So I uploaded the Pro version to my site. Now, there are more features that are there that I don't need. For e.g. how do I get rid of the Testimonial at the bottom of the front page, the map and hours of operation on the right (widget area). I don't seem to see how I can remove or edit those elements. One more thing: Can I add more than 7 slider images? I only see the option to add up to 7 images. Thanks!
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature_testimonial { display: none; } .feature_addressbar { display: none; } .feature_map { display: none; } It is not possible to add more than seven slider images in Appointment theme.
Hey thanks for the CSS codes. It worked. However, I want to change the top menu color to the same brown as the top part. See http://salon.dytnet.net/
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .menu_container { background: #624200; }
Hi ! Thanks and it worked great. I do have a big problem now. I tried to upgrade to the Pro version following your instructions on the link you've given. When I upload in Wordpress, it tells me theme installation failed. Folder already exists.
Hello, Follow the steps given below to update the theme. 1. Download updated version of the theme from your members area. Login from here: http://inkthemes.com/members/member/index 2. Unzip this latest theme and rename it like "appointwaytheme-new" and then create its zip file. 3. After this upload this theme zip file in your dashboard and then activate. This will solve your issue. Note: See the link given below to update its plugin. http://www.inkthemes.com/community/threads/for-all-appointway-theme-members.5987/
I didn't follow your instructions but I did find out why it didn't work the first place. I already had the Pro theme downloaded so I just activated it and it is working now. Can you tell me how to change the bottom brown color where the footer widgets are? (http://www.pantageshair.com)
Hello, Paste this code in your Custom CSS Appearance > Theme options > Styling Options > Custom CSS Code: .footer_container { background: red; } Inplace of "red" put your color code.
Hello guys, I change the .header_container { background: white; } but how do I change the telephone color , when I change header bg to white telephone is not visible. Waiting for your response
Hello, It is not possible to change the color of telephone color because it is an image not a color, If you want to change its color then, Go to images directory present in your theme directory and replace your image with present telephone image or edit it. The name of image is "mob-img.png" Note:- Use same name for your edited image and remove the current image. See the link for reference. http://www.inkthemes.com/how-to-edit-internal-files-through-ftp/07/ I hope it will help you.