Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Em Smilingheart:
1. You can add the following css in “Appearance => Theme Options => Custom CSS” box.
.comment-author cite { color: #fff; }2. You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#main #content .post h2.entry-title { font-size: 34px; }Sakin
Keymaster@Caducassau: Oh this theme is not design like simple catch pro theme. Can you try to add in the following css in “Appearance => Theme Options => Custom CSS” box.
#primary .featured-image { display: inline; float: left; margin-right: 15px; width: 30%; }Sakin
Keymaster@Andrew Pawley: First you shouldn’t edit the core theme files inside ‘simple-catch-pro’ directory. So, if you want to add these code then you need to build child theme and edit it. For is_category condition, see this http://codex.wordpress.org/Function_Reference/is_category
Sakin
Keymaster@Caducassau: Yes, you can add in the “Social” Widget from “Appearance => Widgets” to your Header Right Sidebar.
But if you are going to add social and newsletter widget in Header Right Sidebar then I recommend you to “Disable Header Right Menu” from “Appearance => Theme Options => Menu Options” and then you can create custom menu from “Appearance => Menus” and assign it as “Header Secondary Menu” from “Appearance => Menus => Manage Locations”
Sakin
Keymaster@msabeer3d: I see that you have already added in the large header image. But then you have disable logo, site title and tagline. So, it has a empty box above your image. You can remove that by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#header-content { display: none; }Sakin
Keymaster@Baizurah: You can change that text from “Appearance => Theme Options => Excerpt / More Tag Settings”
Sakin
Keymaster@YogaHH: You can try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#fixed-header-top ul.menu > li a { color: #6165a5; }Sakin
Keymaster@Whitney: Resolution depends on your choices. Just remember higher resolution images will have large image size so sit will be heavy for your site to load. See this http://opusdesign.us/what-is-the-ideal-image-resolution-for-print-web/ and I hope it will help you.
Sakin
Keymaster@Sandiedog: You can just build custom menu and add the menu item that you need. You can do that from “Appearance => Menus”. For more about menu, check out http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/
Sakin
Keymaster@Whitney: Yes you can do that. Take a look at theme instructions page at http://catchthemes.com/theme-instructions/adventurous/
To add logo, go to “Appearance => Theme Options => Header Options => Logo URL” and upload it.
To add menus, go to “Appearance => Menus”. For more about menu, check out http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/
Sakin
Keymaster@msabeer3d:
1. Catch Box theme is for those who prefer small content width. For width like 1280px, you need to use theme like Catch Kathmandu2. The example image that you showed is from Catch Evolution Theme. This option in not there in Catch Box theme.
3. So, first decide on the theme that you use and then we can work on it. The color options are there in all our pro/premium theme.
October 26, 2014 at 11:51 am in reply to: Is it possible to shorten the text added in featured image slider #46381Sakin
Keymaster@rctfan1999: To shorten the text, you need to edit your posts and then add text in excerpt box like this http://www.pinterest.com/pin/548594798330200958/
Sakin
Keymaster@David: If you want detail help then at this time, I recommend hiring customizer then premium support at this time. As everyone is busy with WordCamp San Francisco http://2014.sf.wordcamp.org/
Sakin
Keymaster@bwilbur: Sorry I am at WordCamp SF http://2014.sf.wordcamp.org/ for 6 days and I don’t have PC to check in issue. So, either you need to get back to me after that or please consider checking with the customizer. I check in your site and now menu is showing is all devices.
October 25, 2014 at 7:33 pm in reply to: Custom CCS to change margin in widget – one section only #46350Sakin
Keymaster@Nancy: Not sure what you mean and I am afraid that cannot done easily. So, consider hiring customizer. Thanks.
Sakin
Keymaster@offirkeren: That is from WordPress system and theme has nothing to do it. We don’t have option to control that is any theme you will see. So, if you want to add HTML text then I suggest you to change your post/page editor to Text mode and write it. See this screenshot showing text mode http://www.pinterest.com/pin/548594798332210926/
Sakin
Keymaster@Kim: You can center the post title by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
.entry-title { text-align: center; }For spaces and width, it’s little hard due to responsive design. So, I suggest you to hire a customizer. If you want me to send you then please send me the exact spaces and width that you want. Then I will check in.
Sakin
Keymaster@maria: The images that you have uploaded in slider options are of different size and that is why it’s issue. So, just use any photo editor software and then first crop all the images in the same size and upload it.
When you resize your image, make the width of 900px and height as per your need. But make sure that all the images has same height and width.
Sakin
Keymaster@maria: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 768px) { #site-generator .copyright { width: 70%; } }Sakin
Keymaster@Kim:
1. To decrease the space below the date on posts, you can adjust the padding top in the following css and then add it in “Appearance => Theme Options => Custom CSS” box
.entry-content, .entry-summary { padding-top: 20px; }2. You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove the border in the sidebar
.widget-area .widget { border: none; }3. You can add the following css in “Appearance => Theme Options => Custom CSS” box
#secondary .widget_catchbox_adwidget img { display: block; margin: 0 auto; text-align: center; }4. You can add the following css in “Appearance => Theme Options => Custom CSS” box
.entry-title { padding-top: 0; } -
AuthorPosts
