Forum Replies Created

Viewing 20 posts - 5,761 through 5,780 (of 14,497 total)
  • Author
    Posts
  • in reply to: Change Post Title Font Size #48019
    Sakin
    Keymaster

    @Kim: Ok we will add in font size option for page/post title in next version update. For now, you can do it manually. In the following css, you can change the font size as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 961px) {
        .entry-title { font-size: 26px; }
    }
    in reply to: Featured Page Widget (Optional) title color #48017
    Sakin
    Keymaster

    @Keir: Thanks for posting the CSS issue. We will fix that in next version update. For now, you can add the following css in “Appearance => Theme Options => Custom CSS”

    .widget-area .widget .widget-title a {
    	color: #ddd;
    }
    in reply to: Adjusting Padding on Main Page #48016
    Sakin
    Keymaster

    @Scott: Try adding in the following css in “Appearance => Theme Options => Custom CSS” box. You can further reduce the margin bottom as per your need.

    .home .site-content .hentry {
        margin-bottom: 20px;
    }

    Note: I see that you have empty <p></p> tag in your homepage post. That is also taking spaces. So, go to text mode in your editor and remove that.

    in reply to: Featured image blurry #48013
    Sakin
    Keymaster

    @Michaela: Try just reducing the image quality little but like make the quality 60 or 70. So, the image size will be about 400kb and so on.

    If you have large images then you can use the cache plugin to lead the images from cache. Check out W3 Total Cache plugin.

    in reply to: How to change menu hover and font #48012
    Sakin
    Keymaster

    @horriblehomemaker:
    1. You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #branding ul.menu li:hover > a,
    #branding ul.menu a:focus {
    	background: none transparent;
    	font-weight: bold;
    	text-decoration: underline;
    }

    2. Which font are you trying to change to. If that is web fonts then you can just add the following css in “Appearance => Theme Options => Custom CSS” box.

    #branding ul.menu  {
        font-family: "Helvetica Neue", Helvetica, Arial;
    }

    3. Yes, just add the following css in “Appearance => Theme Options => Custom CSS” box.

    #main {
        background-color: #fff;
    }
    in reply to: line between secondary menu and slider #48011
    Sakin
    Keymaster

    @Gerald:
    1. You can add the following css in “Appearance => Theme Options => Custom CSS” box

    #homepage-message .left-section {
        text-align: center;
        width: 100%;
    }

    2. You can add the following css in “Appearance => Theme Options => Custom CSS” box

    #featured-post .entry-title {
        text-align: center;
    }

    3. This is bit complicated. But I will try. Add the following css in “Appearance => Theme Options => Custom CSS” box

    .home .site {
        background: none transparent;
    }
    .home #masthead {
        background-color: #fff;
        margin-bottom: 20px;
    }
    #main-slider,
    #homepage-message,
    #main #featured-post {
        margin-bottom: 20px;
    }

    4. This has already been solved by answer 3

    5. You can add the following css in “Appearance => Theme Options => Custom CSS” box

    .no-sidebar-full-width #main {
        padding-left: 0;
        padding-right: 0;
    }

    6. You can add the following css in “Appearance => Theme Options => Custom CSS” box

    .page .entry-header {
        display: none;
    }
    in reply to: line between secondary menu and slider #48010
    Sakin
    Keymaster

    @Gerald: To remove the line between the secondary menu and the slider, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #masthead { border: none; }

    in reply to: Remove "Categorie Archive" Box #48009
    Sakin
    Keymaster

    @Tillman: You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove the archive page header text:
    .archive .page-header { display: none; }

    in reply to: I want to delete the posts in the corner #48008
    Sakin
    Keymaster

    @ysener: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide the post format display:
    .entry-header .entry-format { display: none; }

    in reply to: Menu Bar Has Changed #48007
    Sakin
    Keymaster

    @herrb: Sorry I don’t get it what you mean. When I check in your menu, it’s working fine.

    in reply to: Menu on phone #48006
    Sakin
    Keymaster

    @stella: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (max-width: 960px) {	
    #access-top .tinynav, #access .tinynav { display: none; }
    #header-menu ul.menu, #fixed-header-top ul.menu { display: block; }
    }
    in reply to: Featured image blurry #47982
    Sakin
    Keymaster

    @Michaela: I check in your images in the slider. Our theme has nothing to so with your image blurred. As the image file you have uploaded is quite blurred.
    See this:
    travelintense.com/wordpress/wp-content/uploads/2014/11/dominica_middlehamfalls-1279×550.jpg

    Sakin
    Keymaster

    @aleks.mavric123: Then you can replace the css
    #site-logo { display: none; }
    With the following css:
    .logo-wrap { display: none; }

    in reply to: Blog page set up #47978
    Sakin
    Keymaster

    @lorencowka:
    1. To show latest post in your homepage.
    – Just go to “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings”
    – Then check in “Enable Latest Posts” and save changes

    2. It will show 10 latest post by default. But if you want to make that eight.
    – Just go to “Settings => Readings”
    – Then type in 8 in “Blog pages show at most” and save changes

    3. I see that you haven’t change/disable Homepage Headline Text:
    – Just go to “Appearance => Theme Options => Homepage Settings => Homepage Headline Options”
    – Then you can edit those text or disable it and save changes

    4. Same, I see that you haven’t change/disable Homepage Featured Conte:
    – Just go to “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”
    – Then you can add in text/image or disable it and save change

    Note: For more information about the Catch Kathmandu Pro theme, check out theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/

    in reply to: PHP error on Catch Evolution Module #47975
    Sakin
    Keymaster

    @Brandilyn: sorry I thought you had that issue and trying to remove it, I didn’t realized that you were using it for debugging. We are working with updates. Please wait for few days.

    in reply to: Facebook comments on page #47951
    Sakin
    Keymaster

    @Michaela: Sorry I don’t know that. Please search for plugin at wordpress.org/plugins

    in reply to: Comments sections #47950
    Sakin
    Keymaster

    @Michaela: Yes, that the feature of WordPress comment system. Their website will be linked to their name.

    If you like to edit that, then you need to build child theme and then copy the function catchkathmandu_comment() from template-tags.php file and add that in your child theme functions.php file and edit the code.

    Fore child theme, read this http://catchthemes.com/blog/create-child-theme-wordpress/

    in reply to: sharing buttons location #47949
    Sakin
    Keymaster

    @Michaela: Sorry we don’t have controlled on their plugins. So, you can try posting in their plugin support forum. They might be able to help you.

    in reply to: Featured image blurry #47948
    Sakin
    Keymaster

    @Michaela: Can you post in your site URL and let me know which image are you talking about. Then I can check in and send you the details about it.

    in reply to: How to get rid of stripe texture in featured image slider? #47947
    Sakin
    Keymaster

    @Salome: Please go to “Appearance => Theme Options => Featured Slider => Slider Options”, then check to “Disable Slider Background Effect” and save change. This will remove that stripe texture feature.

Viewing 20 posts - 5,761 through 5,780 (of 14,497 total)