1. Need to change the Font and alignment of the 4 feature I did the following: Go to js > custom.js present in your theme directory and remove the code given below Code: //Cufon replacement Cufon.replace('h1')('h1:hover')('h2')('h3')('h4')('h5')('h6'); Now I used this CSS in the Custom CSS section to change the Font and alignment of the 4 feature headings… #content .one_fourth h3 a{ text-align:center; font-family arial; } Nothing changes!!! What am I doing wrong. 2. Need to change the background color of the Search Button from Green and also the color of text 3. Need to change the background color of the Double Quote Graphic from Green. This is in the Testimonial section. 4. On Contact Page, how do I center the map on the right side of page? It needs a margin between it and the contact form.. 5. How do I make sure I have the latest update for the Colorway theme? Do I download something?
Hello, 1) All you are doing is correct except css code. Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #content .one_fourth h3 a{ text-align:center; font-family:arial; } 2) Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer #searchform { background: red; border-radius: 20px;} 3) Theme contain multiple colors you can select from styling options. But if you only want to change color of green quote (which is an image) then you can edit it through Theme directory > images > quote.png 4) Please do let me know your website link. 5) Current version of colorway theme is 3.2.3. You can check themes version from your members area.
1. I need to change color of green quote (which is an image) that is to the left of the Testimonial quote. You gave me this information before as to where to find quote.png Theme directory > images > quote.png But how do I find this? Is Theme Directory the name of a Folder? Please be more specific... Thanks, Margaret 2. How do I change the font for the Site Title & Tag Line located on the bottom left side of page? Want it to match the font for text on the bottom right side of page "Colorway Wordpress Theme By...."
Hello, 1. Yes, Theme directory refers to the Theme folder. Open your theme folder through FTP and then go to the images directory and the edit quote.png image with the help of Photoshop or any other photo editing tool. Follow the link given below http://www.inkthemes.com/how-to-edit-internal-files-through-ftp/07/ I hope this will help you. 2. Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .footer-navi .navigation ul li a{ font-size:14px ! important; } You can adjust the value of "font-size" as per your requirement. This will solve your issue.