Forum Replies Created

Viewing 20 posts - 12,801 through 12,820 (of 14,496 total)
  • Author
    Posts
  • in reply to: How to change responsive menu colors #7365
    Sakin
    Keymaster

    @fritzhesse: See the following CSS that you can add in Custom CSS box in Theme Options panel. For responsive CSS changes, I recommend you to hire css developer. But you can try the below:
    `

    @media
    screen and (max-width: 767px) {
    /* Menu Wrapper Background */
    #header-menu { background-color: #000000; }
    /* Menu Background */
    .sb-options { background-color: #3A3D41; }
    /* Menu Hover Bavkground */
    .sb-options a:hover, .sb-options a:focus, .sb-options a.sb-focus { background-color: #2d2d2d; }
    }
    `

    in reply to: Different Menu Hover & Active Background Colors #7363
    Sakin
    Keymaster

    @fritzhesse: You can just reset our Color options in Theme Options and add the following CSS in Custom CSS box in Theme Options panel.
    `
    /* For Hover Menu */
    #header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus { background-color: #4385cd; }
    /* For Active Menu */
    #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a { background-color: #4385cd; }
    `

    in reply to: Different Menu Hover & Active Background Colors #7361
    Sakin
    Keymaster

    @fritzhesse: Yes you can do that. Send me your site URL and I will send you the custom CSS.

    in reply to: Widgets on Every Page of My Site #7359
    Sakin
    Keymaster

    @cheri.schneider: Yes, if you upgrade to Catch Everest Pro then you will have additional 8 sidebars, which totals to 12 Sidebars registered that is 1. Main, 2. Header Right, 3. Optional Homepage, 4. Optional Archive, 5. Optional Page, 6. Optional Post, 7. Optional Sidebar One, 8. Optional Sidebar Two, 9. Optional Sidebar Three, 10. Footer Area One, 11. Footer Area Two, and 12. Footer Area Three.

    See this http://catchthemes.com/theme-instructions/catch-everest-pro/ for more information about Catch Everest Pro theme

    in reply to: Featured Images #7358
    Sakin
    Keymaster

    @brian_verburg: I don’t understand what is your problem and also I cannot view your site so don’t know how to see the error.

    in reply to: Featured Slider – Image leading to error page #7357
    Sakin
    Keymaster

    @nenepretty85: Have you customize the theme. How come you added the Featured Image with same link in all 4 slides. That is supposed to be featured post slider and link to respective posts.

    Sakin
    Keymaster

    @AFPhoto: Just check in with iPhone and there is navigation menu.

    in reply to: Google Verification & Other help #7340
    Sakin
    Keymaster

    @bvb146: You will also find lot of tutorial about that plugin in Google. Try searching it and you will me more than happy with your SEO.

    in reply to: png files show border #7319
    Sakin
    Keymaster

    @dre2010: I see that menu is working fine. Sorry I am not getting in.

    in reply to: make smaller the font size #7318
    Sakin
    Keymaster

    @juanhermoso64: Yes it’s the same. You need to adjust all the way for responsive as well. This is for font size, width, margins and padding.

    in reply to: How to change size & color of comment box? #7317
    Sakin
    Keymaster

    @Bazil Guerrero: Yes I have you code for background color but you need to add that in “Custom CSS” box in Theme Options panel not in style.css.

    Can you send me your site URL and I will see it.

    in reply to: Google Verification & Other help #7303
    Sakin
    Keymaster

    @bvb146: I told you that about SEO, use plugin http://wordpress.org/extend/plugins/wordpress-seo/ and do the necessary setup. This will help you to solve the issue. It’s the number one SEO plugin.

    I just check in your site and I see that you have hide the Search in header through “Custom CSS” box.

    in reply to: Please help. 7 questions about Catch Box #7301
    Sakin
    Keymaster

    @Luis: There is only 2 column layout. So, you can keep either left sidebar or right sidebar. But cannot keep both.

    in reply to: Featured Slider – Image leading to error page #7279
    Sakin
    Keymaster

    @nenepretty85: Can you refresh your browser, to clear the cache and check it, as I don’t see the problem.

    in reply to: Changing logo image position #7274
    Sakin
    Keymaster

    @FordTheWord: You can add this to Custom CSS. Just wanted you to carefully copy and add it.

    in reply to: png files show border #7270
    Sakin
    Keymaster

    @dre2010: To move the logo by 30px up. Just add the following CSS in Theme Options panel.
    #site-logo { padding-top: 20px; }

    To make featured slider on the home page not a link. You have to use Featured Image Slider which is only there is Catch Everest Pro theme. When you can upload the image, title, content and links all optional. You can just add image or any combination.

    Why you need to make .sb-holder, position absolute?

    in reply to: Changing logo image position #7254
    Sakin
    Keymaster

    @FordTheWord: Are you familiar with the CSS gradient then add as below:

    #branding #access, #branding ul.menu ul a {
    background: #3d3d3d; /* Show a solid color for older browsers */
    background: -moz-linear-gradient(#585858, #3d3d3d);
    background: -o-linear-gradient(#585858, #3d3d3d);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#585858), to(#3d3d3d)); /* older webkit syntax */
    background: -webkit-linear-gradient(#585858, #3d3d3d);
    }

    Be careful while adding. It’s better if you hire css developer.

    in reply to: Google Verification & Other help #7248
    Sakin
    Keymaster

    @bvb146: I just check your Google Verification Code and robots.txt all are fine. Can you check your settings in “Settings => Readings” and check in you have block “Search Engine Visibility”.

    For Best Search Engine Optimization about the Site and Site Description. Please use this plugin http://wordpress.org/extend/plugins/wordpress-seo/

    About the social media icons. I see that you have added “Catch Everest Social Widget” in “Footer Area One” widget area. Also you have disable the header right section though “Appearance => Theme Options => Header Right Section”. I think you did this to show the full width header image. Check this settings and play with it.

    in reply to: Widgets on Every Page of My Site #7247
    Sakin
    Keymaster

    @junkfoodrehab.net: You can add widgets through “Appearance => Widgets”. There are various Widgets area and you can add widgets in different places. For pages, just add widgets in Page Sidebar, For Post, go for post site. If you want same sidebar in all pages, posts and home, then just add widgets in Main Sidebar and remove the widgets in all other sidebars.

    Also check out Theme Instruction for more http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: How to change size & color of comment box? #7246
    Sakin
    Keymaster

    @Bazil Guerrero: Which section of the comment box are you talking about. If you are talking about comment area then add the following in the “Custom CSS” box in Theme Options panel. Change the color code as per your need.


    /* For Background Color */
    #respond { background-color: #cccccc; }


    /* For Textarea height control */
    #respond textarea { max-height: 150px; }

Viewing 20 posts - 12,801 through 12,820 (of 14,496 total)