Forum Replies Created

Viewing 20 posts - 13,141 through 13,160 (of 14,506 total)
  • Author
    Posts
  • in reply to: How to Remove Date and Author Name #6277
    Sakin
    Keymaster

    @Aneesh: Just add the following CSS in “Custom CSS” box in Theme Options panel. Change the color code as per your need.

    #header-menu, #header-menu ul.menu ul a { background-color: #0000CD; }
    #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,
    #colophon .menu .current-menu-item a {
    background-color: #191970;
    }
    #header-menu ul.menu li:hover > a,
    #header-menu ul.menu a:focus,
    #colophon #access-footer ul.menu a:hover,
    #colophon #access-footer ul.menu a:focus {
    background-color: #191970;
    }

    in reply to: Featured Image mouse over text #6270
    Sakin
    Keymaster

    @cbtoolkit: Just add the title and it will replace the image hove text. Then you can hide the title by adding the following CSS in “Custom CSS” box in Theme Options panel.
    #slider-wrap .featured-text { display: none; }

    in reply to: Facebook Default Images #6269
    Sakin
    Keymaster
    in reply to: Featured Image mouse over text #6267
    Sakin
    Keymaster

    @cbtoolkit: Just add the title and it will replace the image hove text. Then you can hide the title by adding the following CSS in “Custom CSS” box in Theme Options panel.
    #slider-wrap .featured-text { display: none; }

    in reply to: Site Tagline not updating/saving #6265
    Sakin
    Keymaster

    @TenThousandThistles: Try changing the Site Title and Tagline through “Settings => General” in your WordPress Dashboard.

    in reply to: How to Add Google+ Button #6264
    Sakin
    Keymaster

    @alihoneycutt: Your Google+ profile URL, just like you facebook and twitter url.

    in reply to: new posts do not appear on blog page #6263
    Sakin
    Keymaster

    @ChristinaDevillier: In our demo page that is not a blog page but a blog category. For example you have category name “Uncategorized” and category slug “uncategorized”. So, all your posts are in this links http://bluemountainsconservancy.org/wordpress/category/uncategorized/ . You can change this category name and slug from “Posts => Categories” from your WordPress Dashboard.

    You can use custom menu from “Appearance => Menu” and add in the category in you menu. See this http://en.support.wordpress.com/menus/

    in reply to: Comment link at the bottom of the post #6259
    Sakin
    Keymaster

    @Thenumi: Looks like you have done customization to Simple Catch Free Theme. I see there is comment link in both top and bottom.

    Can you tell me more details on what you want to do. If possible send me the screenshot url.

    in reply to: Footer size and titles in slider #6255
    Sakin
    Keymaster

    @Ancestral0: I will try to answer your question but it cannot be 100% as I am not being able to see your site. So, I will be answering on the basis that you are using the latest version of Catch Everest Pro Theme. But you have posted question in Catch Everest Free Theme. So, bit confused.

    1. For your footer height, just add the following css in “Custom CSS” box in Theme Options panel.
    #site-generator .site-info { padding: 20px 0; }

    2. The following css should work
    #main-slider .entry-title a { background: none transparent; }

    For more I will only be able to see it once it is live or at list I have access to it.

    in reply to: Hide the text Mount Everest and Nepal Prayer Wheels #6254
    Sakin
    Keymaster

    @Sara: That is controlled through “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”. From there you can disable it or add in your own image only without the text.

    in reply to: Inserting Custom Code Into Front / Main Page #6253
    Sakin
    Keymaster

    @Kevin: You can build child theme and then create a function in your child theme functions.php to add the code you want and then just hook to catcheverest_main action hook.

    For example:

    function catcheverest_child_sponsor() {
    echo 'hello child sponsor';
    } // catcheverest_child_sponsor

    add_action( 'catcheverest_main', 'catcheverest_child_sponsor', 15 );

    in reply to: Inserting Custom Code Into Front / Main Page #6252
    Sakin
    Keymaster

    @Kevin: You can build child theme and then create a function in your child theme functions.php to add the code you want and then just hook to catcheverest_main action hook.

    For example:

    function catcheverest_child_sponsor() {
    echo 'hello child sponsor';
    } // catcheverest_child_sponsor

    add_action( 'catcheverest_main', 'catcheverest_child_sponsor', 15 );

    in reply to: remove white space on top and bottom of page!! #6251
    Sakin
    Keymaster

    @pips: Just add the following CSS in “Custom CSS” box in Theme Options panel.
    .site { margin-bottom: 0; margin-top: 0; }

    in reply to: Custimizing Theme #6250
    Sakin
    Keymaster

    @Chrilife: Thanks for your appreciation.

    Please send me your site URL and then I will send you the css to header and footer code.

    For removing the header top bg and footer border, just add the following CSS in “Custom CSS” box in Theme Options panel
    #header .top-bg, #footer { border: none; }

    I don’t get it what do you mean by shorten the nav bar. Can you explain bit more.

    in reply to: Put Search Box in Menu? #6249
    Sakin
    Keymaster

    @Chrilife: Not supported. You need to customize the theme.

    in reply to: Problem: Header Top SideBar #6248
    Sakin
    Keymaster

    @obiokere: Just move your social widget from Header top Sidebar to Header Right Sidebar and you can control the margin of header from “Appearance => Theme Options => Header Options”

    in reply to: how to get 4 featured posts instead of 3 on home page #6245
    Sakin
    Keymaster

    @Dane: In this theme, we haven’t make it flexible to control the number of column in a row. It is set to 3 columns in a row.

    You need to build child theme and then do the customization. So, either stick to 3 cols in a row or hire a customizer to do that.

    If you know the development then I can point you the direction. Change the function catcheverest_homepage_featured_content() in file catcheverest-functions.php and edit the style.css and responsive.css

    in reply to: How to Remove Date and Author Name #6209
    Sakin
    Keymaster

    @dimantonak: Don’t delete the code. You can just hide with the help of CSS. Send me your site URL?

    in reply to: How to Remove Date and Author Name #6208
    Sakin
    Keymaster

    @Aneesh: Just add the following CSS in “Custom CSS” box in Theme Options panel.
    .single .entry-meta { display: none; }

    in reply to: Remove links from feeatured img #6207
    Sakin
    Keymaster

    @alexrams: For easy solution, just upgrade to Simple Catch Pro Version and then you have Featured Image Slider, which will let you choose any image and any link or without link, title and content are all optional.

Viewing 20 posts - 13,141 through 13,160 (of 14,506 total)