Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #56768
    benjo
    Member

    dear support,

    I am very happy with this theme and everything seems to work just fine, but there are two things i need help with:

    1; on the main page i would like to remove the Home title and just show the slider and the featured posts. can someone explain how that is done?
    ( it should be something like:
    .home #main { display: none; }
    but then with the featured posts)

    2; i would like to change the layout and have the title of the featured post above the image and information under the image, and the image larger than now (with (if possible) text in the image like the slider has)

    I hope someone can help me with this

    #56931
    Sakin
    Keymaster

    @benjo: It would have been easier if you had added your site URL. So, that I can check in and send your the css. For now, I just need to guess and send it to you.

    1. If you just want slider and featured content in your homepage then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .home #content-sidebar-wrap { display: none; }

    2. This is high level of customization and for this you need to build child theme. For child theme, check out http://catchthemes.com/blog/create-child-theme-wordpress/. Then after that you need to copy function catchkathmandu_homepage_featured_content() to your child theme and change the position and all. For this, you might need to hire developer to work on it.

    Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘change featured posts and "home" page’ is closed to new replies.