Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #25036
    spfitzgerald
    Member

    Hi,

    I’m looking to remove the links to posts from the features images on the home page. My test site is at http://www.stevefitzgerald.net/magoffinhall. This is probably temporary.

    Also, I want to reduce the header size. I’ve added the following custom CSS but it’s not reducing the size enough. Suggestions?

    .home #main { padding: 0; }
    #hgroup-wrap { padding-left: 2px;padding-top: 0;padding-top:3rem; padding-bottom: 0; }
    #site-logo {padding-top: 0; padding-top: 3rem;}
    #header-content {padding-top: 0;padding-top: 0rem;}

    #25111
    Sakin
    Keymaster

    @spfitzgerald: Hum… You are using Catch Kathmandu Free theme which only have option to use Featured Post Slider or Featured Category Slider, which highlight your post in your Slider. So, there is no option to remove the link. To add the image slider without the link, you need Featured Image Slider. This option is only there in Catch Kathmandu Pro theme. See details at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/

    #25140
    spfitzgerald
    Member

    Thanks. How about reducing the space above the logo in the header? Is there some custom css I can use to take care of that?

    #25173
    Sakin
    Keymaster

    @spfitzgerald: I just check in your site and found that you have following CSS in “Custom CSS” box.
    #hgroup-wrap { padding-left: 2px;padding-top: 0;padding-top:3rem; padding-bottom: 0; }

    So, you can edit that css and change the padding top 0 so it will be as below:
    #hgroup-wrap { padding-top: 0; padding-bottom: 0; padding-left: 2px; }

    And further you have following css in Custom CSS box.
    #site-logo {padding-top: 0; padding-top: 3rem;}

    Change that to
    #site-logo {padding-top: 5px; }

    and then add the following css
    #header-right { padding-top: 5px; }

    #25186
    spfitzgerald
    Member

    Thanks. That looks great now. One more question though. How I do move the menu options up a bit so they are in line with the site logo? My goal is to reduce the white space under the logo, but have the menu in line (as much as possible) with the logo.

    #25217
    Sakin
    Keymaster

    @spfitzgerald: There is problem with the css that you have added in custom css box. There is extra curly bracket.
    Please fix the below css
    #site-logo {padding-top: 5px; }}
    with the following
    #site-logo {padding-top: 5px; }

    After that there is following css in your custom css box will work fine. You might need to change the passing as per you need.
    #header-right { padding-top: 5px; }

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Disable links to posts from featured images’ is closed to new replies.