ronangelo
ParticipantForum Replies Created
-
Edited.
#nav .current-menu-item a,
#nav .current_page_item a {
border-bottom: 3px solid #FF7E00 !important;
}I suggest the color #111. It matches the default image more closely.
#nav a {
border-bottom: 3px solid #111;
}
#nav a:hover {
border-color: #FF7E00;
}You can also add this if you want the selected menus’ border to stay colored.
.current-menu-item a,
.current_page_item a {
border-bottom: 3px solid #FF7E00 !important;
}I’m actually attempting to create my very first wordpress theme. So I’ve been studying. Creating the menu really gave me a headache.
http://www.espressoenglish.net shows a sequence of number that appears on top of the header.
both your sites loads a lot of css stylesheets and fonts.
This is most probably due to the plugins you are using.
Try to disable the plugins temporarily then test the sites speed again.
You can enable them one by one till you find out which one is causing the problem.
or maybe it’s just the amount of css and fonts that your sites load. Try to minimize them.
Quote:On pictures of Media Library I can not put that number, only Gallery. With other themes there was this problem, weird.What do you mean?
you open each post then…

…then choose gallery
Do you mean “how to choose which image shows as the thumbnail”
you can choose the image by clicking the upload/insert media option on the post then
setting the desired image to number “1”, save all changes.
If you’re talking about the drop-down categories widget, then this should change the color.
#cat {
color: #1840EE;
}Can post the url of the site?
All Posts display fine except for this one: “Free Webinar: A Social Media How-To…”
just edit that post, there may be unclosed tags there.
The only H1 tag that’s supposed to be in the homepage is the Title in the header.
There’s no H1 tag, since you chose not to display the title.
You can just ignore what the SEO Quake says.
Warnings like that vary from one SEO plugin to another.
But if you really must add an H1 tag, you can either enable the Title in the header
or add an H1 tag on a widget or the footer (but what’s the point to that, right)
In reply to: Alt attribute not appearing in Graphene Footer images
August 17, 2012 at 8:38 pm #31956ALT text aren’t supposed to show up. It will only display if the image doesn’t load.
