Jump to content

Inkorporate

Members
  • Posts

    12
  • Joined

  • Last visited

Profile Information

  • First Name
    Inkorporate
  • Last Name
    Graphics

Inkorporate's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. So, my code was overwritten by ../modules/themeconfigurator/css/theme2.css. I didn't realized I has used it, but was able to change it all from there. Thank you for leading me in the right direction.
  2. Yes, I did that on firefox to see. It is a cached file, my question is where is the original code other than where I stated? It looks like the #header #contact-link a is superseding mine. Where is that code? i can't seem to find that
  3. I'm trying to change the css for #contact-link the code is #contact-link a {color:#777; } on the live page, the color is white. I've linked an annotated screenshot of what I mean. What is this referencing? I can't find the color:white code ANYWHERE. Its not in global or blockcontact The theme I'm using is Tesla. link here http://goo.gl/zvroqc please help me solve this mystery. yes, I am editing from the themes/tesla folder my blockcontact code below #contact-link { float: right; border-left: 1px solid #eee; } @media (max-width: 479px) { #contact-link { text-align: center; } } #contact-link a { display: block; color: #777; padding: 2px 7px 3px; cursor: pointer; line-height: 18px; } @media (max-width: 479px) { #contact-link a { font-size: 11px; padding-left: 5px; padding-right: 5px; } } #contact-link a:hover, #contact-link a.active { background: #eee; } @media (max-width: 767px) { #contact-link.is_logged { display: none; } }
  4. I have a buyblock that is smashing things together, and I would like to know how to manually resize the block and where?
  5. Before, it was in short description. Now it is inside box cart right below <!-- attributes --> If no custom attribute was given to a product, it would not show up before. Now, it shows without custom attributes, just without input lines
  6. I moved it below buyblock, which works. I found out now that it seems if there is no customization, the form still shows up but without input fields. Is there an if/than that I am missing?
  7. I just figured out that if there is nothing written in the "short description" for an item, the customization form will NOT show up. Another reason why I need to move this form.
  8. i was thinking I could use the transplant module but I'm not sure exactly what the customization form is called
  9. I guess a better way of saying it is I want to move customization form from short.description.block to the buy.block (right column)
  10. What I would like to do is move the customization form to the buyblock. I'd like to add it right above the add to cart button.
×
×
  • Create New...