Forum Replies Created

Viewing 20 posts - 9,961 through 9,980 (of 14,510 total)
  • Author
    Posts
  • in reply to: Remove space above header #16525
    Sakin
    Keymaster

    @Richard: You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-content { display: none; }

    in reply to: change color of menu bar #16524
    Sakin
    Keymaster

    @SoL: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-menu #access { background: none #fff; }

    in reply to: Permalink structure reverts to default ? #16523
    Sakin
    Keymaster

    @cleansepro: This is server related issue. So, please check in with your hosting and also check your .htaccess file permission.

    in reply to: Menu Items #16522
    Sakin
    Keymaster

    @Steve: Sorry your question is quite confusing.

    in reply to: Slider not appearing in my CatchBox Pro #16521
    Sakin
    Keymaster

    @Rinaldo: Sorry can you send me your site URL and me let me know what you want to do it. I know about this instruction at http://catchthemes.com/theme-instructions/catch-box-pro

    If you want to rotate your banner then you can use Featured Image Slider from Slider type.

    in reply to: white space in header #16520
    Sakin
    Keymaster

    @suchi: You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #hgroup-wrap { display: none; }

    in reply to: Custom Menu #16519
    Sakin
    Keymaster

    @shamwow: Custom menus will be in “Appearance => Menus” from your WordPress Dashboard. See this: http://catchthemes.com/blog/catch-evolution-pro-custom-menus-wordpress-themes/

    in reply to: Problem with Header and Featured Post Slider #16518
    Sakin
    Keymaster

    @kkrcmarik: Your header image in small and the Catch Everest width is 1140px. So, make your header image of minimum width 1140px and then add the following CSS in “Appearance => Theme Options => Custom CSS” box to remove the spaces.
    #hgroup-wrap, #site-logo { padding: 0; }

    In free version of Catch Everest. You cannot add Page ID. You need to create Post and then add the post ID.

    For Page, category or image, you need to upgrade to Pro version.

    in reply to: Testimonials #16517
    Sakin
    Keymaster

    @xmike24: It is automatically added to the post type archive. So it will be yoursite.com/testimonials and yoursite.com/services and you can add that to menu using Custom Menu from “Appearance => Menus”

    in reply to: change font color & size in nav_menu-2 #16495
    Sakin
    Keymaster

    @SoL: In the following CSS, you can adjust the font and color and add it in “Appearance => Theme Options => Custom CSS” box.

    .widget.widget_nav_menu ul li a {
        color: #777;
        font-size: 13px;
    }
    in reply to: Columns #16494
    Sakin
    Keymaster

    @SoL: I recommend it not to change it. As it’s responsive and then you have to change as per the devices. So, you need to add like the below:

    @media screen and (min-width: 1225px) {
    .three-columns .content-sidebar-wrap {
        float: right;
        width: 960px;
    }
    .three-columns #primary {
        width: 730px;
    }
    .three-columns #secondary {
        width: 200px;
    }
    .three-columns #third {
        width: 200px;
    }
    }
    in reply to: Center logo? #16493
    Sakin
    Keymaster

    @wzingrone: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #branding img { float: right; }

    in reply to: Remove space above header #16489
    Sakin
    Keymaster

    @Richard: Your site in under construction.

    in reply to: How to change sub-menu backround #16488
    Sakin
    Keymaster

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

    #branding #access, #branding ul.menu ul a {
        background: none #33adff;
    }
    in reply to: Featured post slider not showing properly #16487
    Sakin
    Keymaster

    @lizzy39: I check in your site and don’t see other post in your slider except the post ID 2. Remember, the free version of Catch Everest Theme only takes Post ID and it cannot be Page ID.

    in reply to: Trying to enable remote posting #16486
    Sakin
    Keymaster

    @LDBaz: It’s not true. We are being able to post in Catch Box Theme. I suspect, it’s some plugin issue. To find our you can enable default theme and check in. If it still doesn’t work then try disabling plugins.

    in reply to: disable excerpt function #16484
    Sakin
    Keymaster

    @SoL: You can change that the excerpt layout from “Appearance => Theme Options => Layout Options”. Then in Content Layout, you need to select “Full Content Layout”.

    I don’t know which text, pictures and links your are talking about. Please send me your site URL and then tell me exactly what you are talking about. Then I might be able to help you.

    in reply to: Columns #16483
    Sakin
    Keymaster

    @SoL: Send me your site URL and then I will check in.

    in reply to: Header #16482
    Sakin
    Keymaster

    @jessgranata: Catch Evolution Theme use Custom Header for Featured Image. You have logo options at “Appearance => Theme Options => Header Options”. Then add the image in Logo url.

    in reply to: Homepage Featured content options #16481
    Sakin
    Keymaster

    @cpuss: Sorry I don’t know about language switcher. It works for changing the language. You need to check plugins.

Viewing 20 posts - 9,961 through 9,980 (of 14,510 total)