Forum Replies Created

Viewing 20 posts - 6,041 through 6,060 (of 14,497 total)
  • Author
    Posts
  • in reply to: Username Color & Title Size #46500
    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; }

    in reply to: Featured post image #46499
    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%;
    }
    in reply to: Category Conditinal Content #46498
    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

    in reply to: Social media icons #46497
    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”

    in reply to: Increase body width/decrease sidebar width #46496
    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; }

    in reply to: Featured Slider Text Problem #46495
    Sakin
    Keymaster

    @Baizurah: You can change that text from “Appearance => Theme Options => Excerpt / More Tag Settings”

    in reply to: Change Menu Font Color – Provided CSS not working #46464
    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;
    }
    in reply to: Image resolution #46459
    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.

    in reply to: Hide top menu? #46458
    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/

    in reply to: More than one header right menu #46457
    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/

    in reply to: Increase body width/decrease sidebar width #46456
    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 Kathmandu

    2. 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.

    Sakin
    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/

    in reply to: adding specific lightbox function? #46354
    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/

    in reply to: Site looks different on Apple Devices #46353
    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.

    in reply to: Custom CCS to change margin in widget – one section only #46350
    Sakin
    Keymaster

    @Nancy: Not sure what you mean and I am afraid that cannot done easily. So, consider hiring customizer. Thanks.

    in reply to: Redundend Paragragh #46349
    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/

    in reply to: Content Wider Sidebar Narrower #46348
    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.

    in reply to: Featured Slider height #46258
    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.

    in reply to: copyright info – more space and code for link #46256
    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%; }
    }
    in reply to: featured image resize #46255
    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; }

Viewing 20 posts - 6,041 through 6,060 (of 14,497 total)