Forum Replies Created

Viewing 20 posts - 14,101 through 14,120 (of 14,499 total)
  • Author
    Posts
  • in reply to: change tab manu font color #3138
    Sakin
    Keymaster

    for font color of menu add the following css in “Custom CSS” box under Theme Options

    #access .menu-header-container ul li a {
    color: #fff;
    }

    in reply to: shorter Footer space #3137
    Sakin
    Keymaster

    @evabigtree: Add the following css in your “Custom CSS” box in Theme Options

    #site-generator .copyright {
    width: 80%;
    }
    #site-generator .powered-by {
    width: 20%;
    }

    in reply to: Post and Page title font size #3136
    Sakin
    Keymaster

    @paulyuan: You can change the background color in contain and widgets area in Catch Box Pro theme by adding the following css in “Custom CSS” box in Theme Options

    /* background color in contain */
    .hentry {
    background-color: #000000;
    }
    /* background color in widgets area */
    .widget {
    background-color: #cccccc;
    }

    I don’t get your other question of category.

    in reply to: Blog page – featured slider #3130
    Sakin
    Keymaster

    @nathalia: For your site please add the following css.

    .blog #slider { display: none; }

    in reply to: Changing Header bg color #3110
    Sakin
    Keymaster

    @evabigtree: Please post in your site URL so that I can check it and give you the answer.

    in reply to: Buy Button from ejunky #3079
    Sakin
    Keymaster

    @Buttsc7875: Sorry not familiar with e-junky code. So, can you ask that in e-junky support forum and let us know what they will ask you to do. If it’s in our theme that we can help then we will add in support for you.

    in reply to: Catch Box Responsive Themes not working in IE9 #3078
    Sakin
    Keymaster

    @richardfsmith: It opening fine on our end. I checked in both ie8 and ie9 for our Catch Box Theme ( http://catchthemes.com/demo/catchbox/ ) and Catch Box Pro Theme ( http://catchthemes.com/demo/catchbox/ )

    in reply to: Highlight menu #3076
    Sakin
    Keymaster

    @VINCE8585: You need to add the following css in your “Custom CSS” in Theme Options.

    #branding .menu .current-menu-item > a,
    #branding .menu .current-menu-ancestor > a,
    #branding .menu .current_page_item > a,
    #branding .menu .current_page_ancestor > a,
    #colophon .menu .current-menu-item a {
    background: #e5e5e5; /* Show a solid color for older browsers */
    background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
    background: -o-linear-gradient(#f9f9f9, #e5e5e5);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
    background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e5e5e5'); /* for IE */
    color: #000;
    }

    in reply to: responsive on galaxy S3 no ? #3075
    Sakin
    Keymaster

    @VINCE8585: Great it’s fixed. But when you need to modify theme you shouldn’t change any core theme files as this will be overwritten when there is update.

    So, if you are just modifying css then use “Custom CSS” box in your “Theme Options” under Appearance Tab in your WordPress Dashboard.

    If you want to further customize the code and the functions then you need to build child theme and then do customization there.

    in reply to: Menu items to span #3074
    Sakin
    Keymaster

    @amberatx: remove the css I gave your earlier and add the following css:

    #header #mainmenu ul li a {
    padding: 0 22.9px;
    }
    #header #mainmenu ul li:last-child {
    border-right: medium none;
    }

    in reply to: Post on homepage #3073
    Sakin
    Keymaster

    @mickael: There is new version of Catch Mustang released today to facilitate latest posts in homepage. Please download version 1.1 from your account with us.

    You can disable all the Homepage sidebar (Widgets) through “Theme Options -> Homepage Options -> Homepage Sidebar Options”

    You can enable latest posts on Homepage through “Theme Options -> Homepage Options -> Homepage/Frontpage Blog Settings”

    in reply to: Language-files #3063
    Sakin
    Keymaster

    I am working on the the translator now. Will update soon.

    in reply to: Post and Page title font size #3062
    Sakin
    Keymaster

    @paulyuan: You can hide entry meta on header by adding the following CSS in your “Custom CSS” box in your Theme Options:

    .entry-header .entry-meta {
    display: none;
    }

    You can disable sidebar if you select different layout from Theme Options. But if you have default layout then yes we will have sidebar.

    Yes featured image on Post only. You can add any image in page that is not a problem. If you are thinking of adding the featured slider without post then you can upgrade to Catch Box Pro theme which have independent Featured Image Slider.

    in reply to: CSS width not centering the image #3050
    Sakin
    Keymaster

    @jsiddharth: Need to look at your site.

    in reply to: Menu items to span #3049
    Sakin
    Keymaster

    @amberatx: You can increase the padding as per your need. Add the following CSS in “Custom CSS” box in your Theme Options under Appearance Tab in your WordPress Dashboard.

    #header #mainmenu ul li a {
    padding: 0 25px;
    }

    in reply to: Image before h2 title #3048
    Sakin
    Keymaster

    @VINCE8585: Sorry this option is not available in this theme. Why don’t you check our other theme Simple Catch Pro http://catchthemes.com/themes/simple-catch-pro/ which has this function.

    in reply to: Highlight menu #3047
    Sakin
    Keymaster

    @VINCE8585: It does. When you are in particular page or category. The menu of particular page or category font get bold.

    in reply to: Lightbox plus #3046
    Sakin
    Keymaster

    @VINCE8585: Please ask the lightbox plugin support team for that and if they ask any changes you need then I will send you the support.

    in reply to: Child theme #3045
    Sakin
    Keymaster

    @Iris: Making changes in the core theme file is not recommended. Because it gets overwritten when you upgrade or even update your theme. So, if you are making any css changes then you can use our “Custom CSS” box in your theme options. So, that you can just copy the css and put it back.

    Creating a child theme is very easy. You just to define the template in new style.css of child theme. Check this tutorial http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

    in reply to: Multiple Post Pages #3043
    Sakin
    Keymaster

    @drchoate: I don’t get your requirement. Why don’t you use category where it list all the post from that particular category.

Viewing 20 posts - 14,101 through 14,120 (of 14,499 total)