Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #49404
    mgunes
    Member

    Hi guys,

    I have Catch Everest (free) theme. Thanks for theme. It is really good.

    I have these codes below and my problem is cannot make menu letter “lowercase” and in browser there is no title. Only ” | ” there is this. Actually, there should be the site name.

    Thanks for the answer in advance
    Best
    MG

    #header-right .widget_search { display: none; }
    #hgroup-wrap, #site-logo { padding: 0; }
    #masthead { background-color: #E0E0E0; }

    /* For menu bar color – general */
    #header-menu {
    background-color: #C8C8C8;
    }
    /* For menu bar color – hover color */
    #header-menu ul.menu li:hover > a,
    #header-menu ul.menu a:focus {
    background-color: #FF4500;
    }
    /* For menu bar color – child menu color */
    #header-menu ul.menu ul a {
    background-color: #FF8C00;

    /*Header Menu Color*/
    #header-menu {
    background-color: #585858;
    }

    .site {
    background-color: #D8D8D8;
    color: #fff;
    }

    #header-menu ul.menu a { text-transform: none; }
    #header-menu ul.menu a {
    text-transform: none;
    }

    #49413
    Sakin
    Keymaster

    @mgunes: The browser title is from your site title and page title. So, please check that and also you can modify the title to custom one by installing WordPress SEO by Yoast Plugin.

    To change the menu to lowercase, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #header-menu ul.menu a { text-transform: lowercase; }

    #49446
    mgunes
    Member

    Thank you. It worked.

    One more case there is. I am trying to install WPML and icon for language doesnot appear in the “Header right bar.” It is not disabled but I couldn’t.

    What could be the problem ?

    the site is : he3micronano.com

    thanks

    #49450
    Sakin
    Keymaster

    @mgunes: There is no Header Right Sidebar Widget area in Catch Everest Free Theme. To add language widget in Header Right Sidebar, you need to upgrade to pro version where you will get option to add widgets in Header Right Sidebar. For more details about Catch Everest Pro, read this theme instructions page at http://catchthemes.com/theme-instructions/catch-everest-pro/

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Lower Case and Title Problem’ is closed to new replies.