Quantcast
Channel: Catch Themes » All Posts
Viewing all articles
Browse latest Browse all 4335

Lower Case and Title Problem

$
0
0

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;
}


Viewing all articles
Browse latest Browse all 4335

Trending Articles