Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter keeleon

    (@keeleon)

    Ok, so then my problem wasn’t specific to either of the actual pages, but my lack of understanding CSS. If I understand this, “ul” and “li” are actually CSS code terminology, but where is “products” defined? Does it say in the firebug code? Also, the next thing I want to change is the font size of the product titles. I see where it’s at:

    <img class="attachment-shop_catalog wp-post-image" width="150" height="150" alt="538720-BRN-preview" src="https://www.thebrasswardrobe.com/wp-content/uploads/2013/06/538720-BRN-preview-150x150.jpg"></img>
    <h3>
    
        BRUSHED TWILL BIB SHIRT – BROWN
    
    </h3>
    <span class="price"> … </span>

    But I’m not sure how I would or should redefine it. Should I change the H3 to like H6 (which is smaller)? Or should I just redefine H3 as a different size? I could probably redefine H3 like this right?

    .products li {
         list-style-type: none;
    }
    .products H3 {
         font-size:1em;
    }

    Right? but I feel like I’d rather just change the whole source to use a different font size in the first place, except I have no idea how to even track down where it’s originally decided H3 is what’s used.

    I’m still not understanding where the files are in relation to each other. There must be a woocommerce file that has all of the definitions and set up for the wrappers right? Does firebug say where that is?

    And thanks for removing the bullets, that was gonna be a whole other question when I got to it ??

    Thread Starter keeleon

    (@keeleon)

    I can’t help but just laugh….

    Yes, that did EXACTLY what I wanted! Now would you mind telling me what exactly I did? What does “.products” reference, and how does it know to reference it? Are both of these pieces required to add the padding? Did I actually add the padding to the picture, instead of to the bottom of the container? I’m all for “here do this and shut up” solutions, but I do also like knowing what I’m doing so I can understand the process.

    Thank you so much!

    I would also like to request this be looked into. This menu works really well, but it’s frustrating to have to upload my own thumbnails for each item. It would be really nice if it used the auto generated thumbnails.

    Also, I noticed when you add an image, it becomes a static copy. IT would be nice if the images were dynamically referenced, so that if I cropped the source image, it would crop in the menu as well.

Viewing 3 replies - 1 through 3 (of 3 total)