Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #47758
    rojtalbot
    Member

    I am trying to settle on a Catch theme to upgrade and complete. Have been working with Kathmandu but I still need to resolve a few issues:

    1. Would like to remove main content area completely

    2. Need to change color of Footer and Headline areas

    Can I do this with this theme?

    biz139.inmotionhosting.com/~middle45/middletonrecreation.org/test

    #47768
    Sakin
    Keymaster

    @rojtalbot:
    1. You can actually remove it from “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings”. Then un-check “Enable Latest Posts” and save changes.

    If this doesn’t remove then only you add in the following css in “Appearance => Theme Options => Custom CSS”.
    .home #main { display: none; }

    2. Detail color options are there in Pro version Theme Options panel. But, you are using free version. So, you need to change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    /* Footer Area Color Options */
    #footer-sidebar { background-color: #21759b; }
    #supplementary .widget-title, #supplementary .widget-title a { color: #fff; }
    #supplementary .widget-area, #supplementary .widget-area a { color: #ddd; }
    /* Footer Info Color Options */
    #site-generator { background-color: #fff; color: #404040; }
    #site-generator a { color: #eee; }
    #47785
    rojtalbot
    Member

    Hi Sakin,

    That works for the footer but not for the Headline background color. Also, I am trying to hide the Post names in the Featured Header but the “Hide the title on singular page views” does not seem to work for this. It only works when you have an unnamed post but you are only allowed one unnamed post.

    #47806
    Sakin
    Keymaster

    @rojtalbot:
    1. For homepage headline color, here goes the css:

    #homepage-message {
        background-color: #21759b;
        border-color: #1b5f7d;
        color: #fff;
    }

    2. I don’t get it what you mean. I don’t need any Featured Content in your Homepage. If you are trying to hide the content in your Featured post slider then you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-container {
        display: none;
    }
    #47828
    rojtalbot
    Member

    WOW! Everything you specified is working perfectly!

    Only need to minimize the empty space above the 3 footers.

    #47865
    Sakin
    Keymaster

    @rojtalbot: you can add the following CSS in “Appearance => Theme Options => Custom CSS”
    #supplementary { padding-top: 0; }

    #47906
    rojtalbot
    Member

    Looks real good in IE but something is wrong when using Google Chrome. There are white bands above and below the Headline Message area. Any idea how to make same as in IE?

    biz139.inmotionhosting.com/~middle45/middletonrecreation.org/test/

    #48147
    Sakin
    Keymaster

    @rojtalbot: Not sure what you mean. I see it same. So, what you want to add in chrome.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Kathmandu Customization’ is closed to new replies.