Forum Replies Created

Viewing 20 posts - 12,541 through 12,560 (of 14,496 total)
  • Author
    Posts
  • in reply to: Footer and White Space #8173
    Sakin
    Keymaster

    @cheri.schneider: There is empty main wrapper in homepage. You should have just disable homepage or just add the following css in “Appearance => Theme Options => Custom CSS” box.
    .home #main { display: none; }

    in reply to: Header and Foot Padding #8152
    Sakin
    Keymaster

    @justinillig:

    Add the following CSS in “Appearance => Theme Options => Custom CSS” box in order to remove the border in the pages.
    .page .site-content article { border: none; }

    Add the following CSS in “Appearance => Theme Options => Custom CSS” box in order to adjust the padding in the top and bottom of footer.
    #site-generator .site-info { padding-top: 50px; padding-bottom: 50px; }

    in reply to: Hover options #8151
    Sakin
    Keymaster

    @Potzas: That is for active menu so you can add this in “Appearance => Theme Options => Custom CSS” box.
    #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: transparent; }

    in reply to: HEADER COLOR #8150
    Sakin
    Keymaster

    @saratina: It’s because of WP-Super-Cache plugin. You need to clear the cache from the setting and it will be fine.

    in reply to: Font change #8148
    Sakin
    Keymaster

    @cara: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #site-generator { background-color: #fff; }

    in reply to: Hover options #8147
    Sakin
    Keymaster

    For hover remove in the image.
    #hgroup-wrap a:hover img,
    .featured-image a:hover img,
    .entry-content a:hover img,
    .comment-content a:hover img,
    .widget a:hover img,
    a:hover img.header-image,
    .author-avatar a:hover img,
    a:hover img.wp-post-image {
    opacity: 1;
    }

    But I don’t understand the menu issues you are having. I see that you have already changed the colors in menus.

    in reply to: Feature Slider image #8146
    Sakin
    Keymaster

    @kalalilys: Yes free and pro version both can be use as Custom Menu. You can add it through “Appearance => Menus”. See this for more detail on Custom Menus http://en.support.wordpress.com/menus/

    in reply to: Glitch in mobile menu? #8143
    Sakin
    Keymaster

    @jocatman: Looks like you are trying to upload through Admin panel in WordPress.

    You can just activate the “Catch Everest Free” Theme and then delete the current Catch Everest Pro version. Then upload the new version as the new theme installation.

    in reply to: Hover options #8141
    Sakin
    Keymaster

    @Potzas: I need to check your site.

    in reply to: Glitch in mobile menu? #8139
    Sakin
    Keymaster

    @jocatman: For Catch Everest Pro theme, you can just update the theme to latest Version 1.2 and it will be fixed.

    in reply to: Responsive Custom Menu #8138
    Sakin
    Keymaster

    @jocatman: If you want fixed width and disable the Responsive Design then you can do that from “Appearance => Theme Options => Responsive Design”. Just check on “Disable Responsive Design”.

    in reply to: Remove This entry was posted in, remain tags #8137
    Sakin
    Keymaster

    @bluezelia: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .single footer.entry-meta { display: none; }

    in reply to: How to remove some things #8136
    Sakin
    Keymaster

    @impresnet: Thanks and it looks like it has issue with media query and max width. We will add the fixed in upcoming version.

    Can you check out demo page now in IE8?

    in reply to: How to remove some things #8133
    Sakin
    Keymaster

    @impresnet: Thanks and it looks like it has issue with media query and max width. We will add the fixed in upcoming version.

    Can you check out demo page now in IE8?

    in reply to: HEADER COLOR #8101
    Sakin
    Keymaster

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

    in reply to: Change Permalink #8099
    Sakin
    Keymaster

    @jccaro: Where is your site map and what is the problem. This page http://familyancestree.com/untitled-6 is link page. You can edit this link page and adjust the link.

    This is not a theme issues.

    in reply to: Featured Content #8098
    Sakin
    Keymaster

    @Potzas: You image is too small for featured content. Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #featured-post .post { text-align: center; }
    #featured-post figure { display: block; margin: 0 auto; width: 100px; }

    in reply to: Header and Foot Padding #8096
    Sakin
    Keymaster

    @justinillig: Just change the padding as per you need and add it in “Appearance => Theme Options => Custom CSS” box.
    #hgroup-wrap { padding-left: 50px; padding-bottom: 50px; }
    #site-logo { padding-top: 50px; }

    in reply to: HEADER COLOR #8094
    Sakin
    Keymaster

    @saratina: You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header { background: none #FFFFFF; }

    in reply to: Drop Down Menus Not Working on iPad or iPhone #8093
    Sakin
    Keymaster

    @KellyMartin: Yes it is working fine.

Viewing 20 posts - 12,541 through 12,560 (of 14,496 total)