Forum Replies Created

Viewing 20 posts - 7,461 through 7,480 (of 14,497 total)
  • Author
    Posts
  • in reply to: separation between boxes #32144
    Sakin
    Keymaster

    @Sevian: Sorry I don’t get it what you mean. Do you mean to remove the padding below the your widgets then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #secondary .widget { padding-bottom: 0; }

    in reply to: Feature Request: Font Options for Homepage Headline #32143
    Sakin
    Keymaster

    @heatherlb: If you want to use Google Font then there is variety of Google Font Plugin at http://wordpress.org/plugins/.

    in reply to: How to put the Header Logo In Center #31977
    Sakin
    Keymaster

    @Alain: Thanks for your appreciation.

    in reply to: How to put the Header Logo In Center #31975
    Sakin
    Keymaster

    @Alain: Try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    #header-left {
        width: 100%;
    }
    #site-logo {
        clear: both;
        display: block;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    #hgroup-wrap img {
        display: inline-block;
    }
    in reply to: How to use video in slider or featured content #31971
    Sakin
    Keymaster

    @helen: Not yet. But you can add video embed code in the place of Content Box where you add in the text.

    in reply to: too much space menu-content #31968
    Sakin
    Keymaster

    Hello Fermin,

    It should work. Please post in your site Title. Try adding in the following css in “Appearance => Theme Options => ustom CSS” box.
    #main { padding-top: 0; }

    For perfect match, we always need your site URL.

    Regards,
    Sakin

    in reply to: Modify Menu Options #31967
    Sakin
    Keymaster

    Hello Fermin,

    It’s really difficult to support when you site is offline. So, can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box, which will change your menu font family to Ariel Narrow and then center the menu.

    #header-menu #access { 
        font-family: "Arial Narrow", Arial, sans-serif; 
        text-align: center; 
    }
    #header-menu ul.menu li  { 
        display: inline-block; 
        float: none; 
        text-align: left; 
    }

    For advance support, we recommend you to use Hire a Customizer.

    in reply to: Disable header in Catch Kathmandu #31961
    Sakin
    Keymaster

    @Robert: It is not recommended to remove the Header Logo and Site Title both. So, the best option is to
    1. Go to “Appearance => Header” and select your larder header image and then you will see “Crop Header Image Options” and in that you can select all the image area and click on “Crop and Publish” and save changes. See this screenshot http://www.pinterest.com/pin/548594798331307420/
    2. Then again go to “Appearance => Header” and in “Header Text” uncheck “Show header text with your image” and save changes. This will remove the site title and description from you header. Now you will only have your header image/logo.
    3. Then you want to remove the Header Right Sidebar from “Appearance => Theme Options => Header Options” and select “Disable Header Right Sidebar” and save changes.
    4. Now you can simply remove the spaces around your header image by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
    #hgroup-wrap, #site-logo { padding: 0; }

    The above option is good and best even for SEO purpose. But if you want to do as it is now and just want to remove the spaces. Then you can simply add the following css in “Appearance => Theme Options => Custom CSS” box.
    #hgroup-wrap { display: none; }

    in reply to: How to put the Header Logo In Center #31956
    Sakin
    Keymaster

    Hello Alain,

    Please send me your site URL.

    Regards,
    Sakin

    in reply to: Remove Featured Post Slider #31955
    Sakin
    Keymaster

    Hello Jason,

    Are you using Catch Box Free Theme. I assumed that as you have post in Catch Box Free Support Forum. You can just remove the Post IDs in “Appearance => Theme Options => Featured Post Slider => Slider Options” and then it will not show the post in your slider.

    Can you post in your site URL, it’s confusing. What do you mean by the page title above the menu. As above the menu, you only have Site Title. If you are trying to remove the site title then you can go to “Appearance => Header” and in Header Text uncheck “Show header text with your image” then save changes.

    Regards,
    Sakin

    in reply to: Need assistance with Menu #31950
    Sakin
    Keymaster

    @dfwrgjeff: Nice that you fixed it out.

    in reply to: Catch Evolution Pro and Contact Form 7 #31946
    Sakin
    Keymaster

    @Paul: I see that there is problem with the Email field. We will fix this in new version update. For now you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    textarea {
    	color: #666;
    	border: 1px solid #ccc;
    	border-radius: 3px;
    }
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    textarea:focus {
    	color: #111;
    }
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"] {
    	padding: 3px;
    }
    @media screen and (max-width: 767px) {
    	input[type="text"],
    	input[type="email"],
    	input[type="url"],
    	input[type="password"] {
    		width: 80%;
    	}	
    }
    @media screen and (max-width: 320px) {
    	input[type="text"],
    	input[type="email"],
    	input[type="url"],
    	input[type="password"] {
    		width: 98%;
    	}		
    }

    Note: Remove this after you update to new version coming soon.

    in reply to: Still cannot change some of the homepage colors #31929
    Sakin
    Keymaster

    @Janet: Yous site looks nice.

    1. In the text box that displays on top of the slider image (the text itself is from the Posts where the Slider images are)
    — For this I have added the color to match your menu. So, it will be like below. But if you want to change then you can change the color code in following css as per your need and add it in “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-container {
    	background-color: #7c0212; /* Show a solid color for older browsers */
    	background-color: rgba(124, 2, 18, 0.6);
    }
    #main-slider .entry-container:hover {
    	background-color: #7c0212; /* Show a solid color for older browsers */
    	background-color: rgba(124, 2, 18, 1);
    	border-color: #6d1c28;
    }
    #main-slider {
    	border-color: #6d1c28;
    }

    2. At the bottom where the Copyright text is
    — For this you can change from “Appearance => Theme Options => Color Options => Site Color Options” and change it from “Footer Background Color”

    3. The thin lines separating the footer areas
    — You can change the border color as per your need and add it in “Appearance => Theme Options => Custom CSS” box.
    #colophon { border-color: #6d1c28 }
    — Also for border color below Homepage headline.
    #homepage-message { border-color: #6d1c28 }

    4. The size of the header is large because of your long menu overflow.
    4.1 You can either build custom menu from “Appearance => Menus” and then assign menu location to “Secondary” from “Appearance => Menus => Manage Locations” and then disable your header right sidebar from “Appearance => Theme Options => Header Options”
    4.2 Or if you want to keep this menu, then you can change the padding as per your need and add it in the following css and add it in “Appearance => Theme Options => Custom CSS” box.

    .header-sidebar { padding-top: 50px; }
    #hgroup-wrap { padding-bottom: 50px; }
    #site-logo, #hgroup { padding-top: 50px; }
    in reply to: Navigation bar color #31920
    Sakin
    Keymaster

    @puriabhishek22: Thanks for pointing out the issue. We will fix this in new version 1.5.3 soon to be release. Till then you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    .sb-holder {
    	background-color: #222 !important;
    }
    #masthead .sb-holder a:hover {
    	color: #fff !important;
    }
    .sb-options {
    	background-color: #222 !important;
    }
    .sb-options a {
    	border-color: #333 !important;
    }
    .sb-options a:hover,
    .sb-options a:focus,
    .sb-options a.sb-focus {
        background-color: #000 !important;
    }

    You can delete this css after you update to new version 1.5.3

    in reply to: Menu Location #31917
    Sakin
    Keymaster

    @dfwrgjeff: yes sure you can post your questions.

    in reply to: Change menu colors? #31914
    Sakin
    Keymaster

    Hello Pieter,

    For color option, you will have lot of Color Picker for various element of the site in Catch Evolution Pro. So, upgrading will give you additional features which you can check at http://catchthemes.com/theme-instructions/catch-evolution-pro/

    For free version can you get the color code and change in the following css as per you need, then add it in “Appearance => Theme Options => Custom CSS” box.

    /* Menu Background Color */
    #header-menu #access { background: none #204B04; }
    /* Menu Text Color */
    #header-menu ul.menu a { color: #eee; }
    /* Menu Sub-menu and Hover Background and Text Color */
    #header-menu ul.menu li:hover > a,
    #header-menu ul.menu ul :hover > a,
    #header-menu ul.menu a:focus,
    #header-menu ul.menu ul a { background: none #d82952; color: #444;}

    Regards,
    Sakin

    in reply to: Change/Disable Zoom in store #31776
    Sakin
    Keymaster

    @Ryan415: That’s nice.

    in reply to: Menu Location #31775
    Sakin
    Keymaster

    @dfwrgjeff:
    1. No upgrading to pro will not change your formatting. Pro version is just feature addition to the free version. You can see the additional features highlight of Pro version at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/.
    — After you upgrade, you just need to reassign your logo, menu and manager you widgets as there is new sidebars as well.

    2. I am bit confused here. Are you talking about editing the spaces in header. If so then you can adjust the margin and padding in the following css and add it in “Appearance => Theme Options => Custom CSS” box.

    #site-logo, #hgroup { padding-top: 50px; }
    #hgroup-wrap { padding-bottom: 50px; }
    .site { margin-top: 40px; }
    in reply to: Align Logo on mobile devices #31769
    Sakin
    Keymaster

    @Scholz: In which devices are you trying to make your logo center. As when I check in from iphone, your logo in center. See the preview in http://mattkersley.com/responsive/.

    Send, do you mean that you don’t want menu in your mobile devices.

    in reply to: Search Icon not working #31768
    Sakin
    Keymaster

    @mensdomain: I check in and there is no search icon. It’s the search box in the header and when I type and then click in Search Button, it is working fine.

Viewing 20 posts - 7,461 through 7,480 (of 14,497 total)