I'm new to the Cloriato Pro theme. I have lots of questions. 1. Am I able to change what the search bar looks like? Font, etc? 2. How do I change the font and color of the Home Page Heading? 3. How do I change the font and color of the Home Page Description? 4. How do I remove the Home Page 2 Cols completely? 5. How do I remove the text and spacing lines in the footer? 6. How do I keep paragraphs from merging together? That's everything for now. Thank You!
Go to js > custom.js present in your theme directory and remove the code given below Code: //Font replace Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6'); Now, *For your 1st,2nd,3rd and 5th issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header .top_right_bar #searchform #s, .footer #searchform #s { font-family: your font type; color:your color code; } .home_content h1 { font-family: your font type; color: red; } .home_content p { color: your color code; font-family: your font type; } .footer { background: none; } .feature_content .read_more { display: none; } *For your 4th issue Go to Appearance > Theme Option > Homepage 2 cols and add paragraph tag in all text box. For example Code: <p></p> *For your 6th issue Please explain your problem with the help of screenshot, where your text is merging and also share the link of your website, so that we can give you the exact solution.
Thank you so much, Gourav!! That fixed a bunch! But I'm afraid that I have several more queries: 1. I disabled the slide captions - is there still a way to attach a link to the images? (My website link: http://glgr.westhostsite.com/) 2. I was able to remove the Home Page 2 Cols, but it left a large gap. Can I reduce this? (see attached image) 3. How do I change the color/font/size of the Col 3 Headings? (see attached image) 4. How do I get rid of the dotted lines? (see attached image) 5. How do I make the 3 Cols single-spaced? (see attached image) 6. How do I center the middle column and right-align the right column? (see attached image) 7. How do I get rid of the footer text completely? (see attached image) Thanks again, Gourav!!
1.For your first issue Download updated version of theme in couple of hours 2.For your 2nd, 3rd and 4th issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature_content { padding-top: 0px; margin-top: -30px; } .feature_content .featured h2 a { color: Your color code; font-size: Your font value; font-family:Your font type; } .feature_content .featured h2 { border-bottom: none; } 3.For your 5th and 6th issue. Please provide the following information listed below. Thread Link: Your Website URL: WordPress Username: WordPress Password: Send this information on our email at [email protected] 4.For your last issue Go to the Appearance > Widgets Drag text widgets and add paragraph tag and drop them in the first, second and third widget area. For example Code: <p></p> This will solve your issue.
Thank you so much, Gourav! Now for more queries... 1. How do I change to font color/size/style for posts on my pages? 2. Every time I add media into a post, it duplicates the image - how do I fix this? 3. I have made it so that viewers can't post comments on many of my pages. How do I remove the text "Comments and Responses | Comments Are Closed" at the bottom of the screen? 4. How do I change the column fonts? (I figured out the title - I'm talking about the actual lists) 5. How can I alter the column padding to make it closer to the right side of the screen? I hope that all made sense!
Hello 1.Put the following code in your custom css Appearance -> theme options -> styling options -> custom css And also put your font type in place of "Your Font Family" Code: .content_wrapper .content .post .post_title a { font-family: Your Font Family; .post_content { font-family: Your Font Family; } 2. Can you please send the link of the page where you are getting duplicate image.. 3. Put the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: .content h3 { display: none; } #commentsbox p{ display:none; } 4. Put the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: .sidebar_wrapper .sidebar ul li { font-family: symbol; } 5. Put the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: .sidebar_wrapper .sidebar { padding-left: 140px; }
Hey Harmeet! Thanks so much for your response and I apologize that I've taken so long to respond back. 1. The code to change my posts font didn't work. 2. Here are the links where I am seeing duplicate images: http://glgr.westhostsite.com/?page_id=22 http://glgr.westhostsite.com/?page_id=40 Everything else worked great! Please help me know how to fix 1 & 2. Thanks!
For your first issue, Put the following code in your custom css (Appearance -> theme options -> styling options -> custom css) Code: .post_content p { font-family: verdana ! important; } .content_wrapper .content .post .post_title a { font-family: verdana ! important; } .content_wrapper .content .post .post_title { font-family: verdana ! important; } For your second issue, You are using nextgen-gallery plugin as well as the theme default gallery feature, because of that the gallery pages are showing the duplicate images. Those images which are having caption beneath their and are displaying above section of the gallery pages, are displaying there with the help of Nextgen-gallery plugin and the remaining below duplicate images are displaying there with the help of theme default gallery feature. So, Edit the gallery page from the dashboard and remove all the text and shortcode from the text editor.Do this with both the gallery pages. This will solve your issue.
I did as you said - I removed all the text and shortcode from the text editor, and then I deactivated nextgen-gallery, but there are still images that I can't get rid of. How do I delete them off of these pages so that I can start over? Also, it's still duplicating the images even without nextgen. See http://glgr.westhostsite.com/?page_id=498
Follow the link given it will help you to create gallery in correct way. http://www.inkthemes.com/community/threads/gallery-page-2.1677/ This will solve your issue.
This didn't actually solve my issue... When I upload a photo and add a link to the photo, it creates duplicate images. ex: http://glgr.westhostsite.com/?page_id=40 When you click on the first image, it takes you to another page - this is what I want. When you click the second image, it simply lets you view the image - I need this one removed. When I "Permanently Delete" a photo, I lose both of them. For my purposes, I need only the image that links you to another page. How do I get rid of the second image?
Hello Itcpg, There are two ways to create gallery. I)Wordpress default gallery Add new page, Click add media > create gallery > select images > then click insert gallery. After that select default or fullwidth page template and publish page. In this you can add links with the image. 2)Themes default gallery Add new page and select gallery page template. Then follow process shown in link given below. http://www.inkthemes.com/community/threads/gallery-page-2.1677/ In this gallery it is not possible to add links with the images. I think you are merging both process. Try any one. It will work.