amazon3d
Forum Replies Created
-
Per Christina at StackOverFlow:
Option can’t be styled with css. WooCommerce uses jQuery for selects.
.select2-container–default li {
color: #444444;
}.select2-container–default li:hover,
.select2-container–default li:focus,
.select2-container–default li:active {
color: #fff;
}
You may have to add !important on both (example: color: #444!important;) or use greater specificity or put this CSS after all other css as long as the specificity is the same.Forum: Fixing WordPress
In reply to: CSS Menu IE issue (and other cosmetic issue)This was a custom build, I learned about the DDM for WP from WProots.com (Very good tutorial for building DDMs). A lot of it ported over from our previous non-WP site.
Forum: Fixing WordPress
In reply to: CSS Menu IE issue (and other cosmetic issue)Actually I had to do some style changes. I had to remove the margin-top of 2px to get it to stop but that makes the buttons run together, I am also having a problem making the whole button clickable.
Forum: Fixing WordPress
In reply to: CSS Menu IE issue (and other cosmetic issue)Problem resolved, link title was too long.
Thanks for the assistance, was there a reason for asking who built to site or just curious?Forum: Fixing WordPress
In reply to: CSS Menu IE issue (and other cosmetic issue)Sorry, it was IE 10, forgot they released that already.
Forum: Fixing WordPress
In reply to: CSS Menu IE issue (and other cosmetic issue)I built it, is it that bad? (Work in progress)
IE 9.In IE 9 Compatibility mode it shoots the menu to the side.
Forum: Fixing WordPress
In reply to: Double header and header style not applying in IE onlyFantastic, made A LOT of changes.
Removing <center> in favor of block and margin 0 auto.
Now I need to figure out how to get my blog posts style with links.Forum: Fixing WordPress
In reply to: Double header and header style not applying in IE onlyI have a few errors left and they relate to the Custom Contact Form, any ideas on how to get rid of them?
Forum: Fixing WordPress
In reply to: Double header and header style not applying in IE onlyThat’s what I am working on now. I hadn’t thought about it till after I posted.
Forum: Fixing WordPress
In reply to: WP Website and BlogI added the code from that 2007 article and I’ll be darned, that’s just what I wanted.
Forum: Fixing WordPress
In reply to: WP Website and BlogI have done a little searching.
According to this article I am missing the theme drop down which would do what I want.
http://www.blogherald.com/2007/05/24/using-wordpress-page-templates/All I want is to have my home page have a different style, as presently I have it coded with 2 columns of different size and have a lot of style elements that don’t play well within WP.
Forum: Fixing WordPress
In reply to: WP Website and BlogYes I read it, however I am confused. I thought the index.php page of your themes were for the home page? Do I need to create 2 themes to customize my home page? I have it hard coded with a lot of php and other codes that I could not just put into WP.
Forum: Fixing WordPress
In reply to: WP Website and BlogForum: Fixing WordPress
In reply to: WP Website and BlogMaybe I am thick headed, but I seem to think I may not have built my theme correctly.
Index = home page
Page = pages on site
X? = blogbecause they are subjects under a subject.
Broccoli and Carrots under Vegetables for example.
I’d rather domain.com/Broccoli than domain.com/Vegetables/Broccoli
I have bypassed relative URLs, however the parent-child part I am not pleased with.
If there is no way to do it then I understand, however I like the look better the other way.