Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #21331
    Susan
    Member

    Hi Sakin,
    Could you pls help me in flollowing questons ?

    1. how I can edit code to remove “Powered by: WordPress | Theme: Catch Everest” in the theme footer?
    2. how can I remove the comment/reply box on pages?
    3. how can I change the men caption not all in capital, just the first letter in capital, for example, HOME, should be like this Home, ABOUT US should be About us

    I run office equipments business, I am very green hand on webbuilding, there are many products catagorry I would like to display on web, could you pls give me some suggestion on content layout ? I am very confused out products layout on website now by your theme , if possible, ccould you pls show me some examples of website which build by your theme ?

    my site ulr: http://www.gstarstationery.com/

    Thank you

    Susan

    #21357
    Sakin
    Keymaster

    @Susan:
    1. Editing the footer copyright information is not allowed to change in Free Themes. If you want to edit/remove it then you need to upgrade to pro version when you can simply go to “Appearance => Theme Options => Footer Editor Options”.

    2. In Free version, you have to manually edit each pages to remove the comment. See the screenshot http://www.pinterest.com/pin/548594798329843253/ . But in Pro version it really simple. Just go to “Appearance => Theme Options => Comments Options”.

    3. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box which will make your Title as per your page title.
    #header-menu ul.menu a { text-transform: none; }

    If you just want to display the product then you can use Gallery but if you want to sell it as well then you can use plugin such as Woo Commerce. But for these setup you need to hire customizer.

    #22183
    drshento
    Member

    Sakin, I finally found you here! I hope you can find me 🙂

    Catch Everest Header Menu Customize

    We are needing to change the main menu under the header logo to white from Black and the print to Black. Also they want the print to the right side of the page. This is for the Main menu and the drop down menus.

    We are using the free Catch Everest Theme and running it under a child theme as I could have to edit core theme files. I am designing for artists that want it just so so.

    So far I have tried CSS that you have provided for others. The CSS has had no effect on the main menu? I am using it in the “Edit CSS” that comes with JetPack in the child theme. It is supposed to be the last CSS read.

    #22216
    Sakin
    Keymaster

    @drshento: You can add the following CSS either in Jetpack Edit CSS or in “Appearance => Theme Options => Custom CSS” box.

    /* For Menu Background and Color */
    #header-menu { background-color: #fff; }
    #header-menu ul.menu a { color: #000; }
    /* For Menu Active Background and Color */
    #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: #000;
        color: #fff
    }
    /* For Menu Hover Background and Color */
    #header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus {
        background-color: #000;
        color: #fff
    }

    Note: Send me your site URL is this doesn’t work.

    #22294
    drshento
    Member

    Worked great, Sakin. Thank you.

    I also added:
    #header-menu { float: right; }
    to keep everybody happy 🙂

    #22301
    drshento
    Member

    It turns out, I am the one not happy. My CSS #header-menu { float: right; } worked great on Chrome and other browsers for a bit and then failed. The menu didn’t show at times and at other times it showed, but didn’t work. This is testing it on different computers and browsers. 🙁

    The test site is:
    http://simplewithatwist.ca/
    using NextGEN Pro for gallery displaying.

    Is there proper code that will enable a float right?

    #22366
    Sakin
    Keymaster

    @drshento: Yes, that’s not the right css. Can you try adding in the following css.

    #header-menu ul.menu {
        float: right;
    }
    #22393
    drshento
    Member

    It Worked 🙂
    You are not only Super-Man, you work 24/7!
    Thanks Much.

    #22404
    Sakin
    Keymaster

    @drshento: 🙂

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Questions about Catch Everst’ is closed to new replies.