0
Welcome Guest! Login
0 items Join Now

I need to highlight a Tab in the product view

  • I need to highlight a Tab in the product view

    Posted 7 years 11 months ago
    • On my Magento site I'm running the ximenia theme and I need to make a tab color to stand out. In the product view under the image of the product is the Discription tab and next to it I have a tab about pricing I need to have that tab a different color.
    • Sam Mahoney's Avatar
    • Sam Mahoney
    • Preeminent Rocketeer
    • Posts: 7420
    • Thanks: 222

    Re: I need to highlight a Tab in the product view

    Posted 7 years 11 months ago
    • Can you post a link to the site/page in question?
    • STEP 1 IN MAGENTO DEVELOPMENT - DISABLE YOUR CACHE OR YOU WON'T SEE ANY CHANGES.
      Use the new "secure" tab when replying for privately sharing links.
      Check the "Useful Snippets" post for tips.
  • Re: I need to highlight a Tab in the product view

    Posted 7 years 11 months ago
    • Sam Mahoney's Avatar
    • Sam Mahoney
    • Preeminent Rocketeer
    • Posts: 7420
    • Thanks: 222

    Re: I need to highlight a Tab in the product view

    Posted 7 years 11 months ago
    • Something like this should do it:

      .product-view ul.tabs li:nth-child(2) {
      background: red;
      }
    • STEP 1 IN MAGENTO DEVELOPMENT - DISABLE YOUR CACHE OR YOU WON'T SEE ANY CHANGES.
      Use the new "secure" tab when replying for privately sharing links.
      Check the "Useful Snippets" post for tips.
  • Re: I need to highlight a Tab in the product view

    Posted 7 years 11 months ago
    • Fantastic ..... now you're going to shake your head lol ... where do I add that code? I am a newbie
    • Sam Mahoney's Avatar
    • Sam Mahoney
    • Preeminent Rocketeer
    • Posts: 7420
    • Thanks: 222

    Re: I need to highlight a Tab in the product view

    Posted 7 years 11 months ago
    • Simplest way is to add it to the CSS input in the ModalHeader config.
    • STEP 1 IN MAGENTO DEVELOPMENT - DISABLE YOUR CACHE OR YOU WON'T SEE ANY CHANGES.
      Use the new "secure" tab when replying for privately sharing links.
      Check the "Useful Snippets" post for tips.
  • Re: I need to highlight a Tab in the product view

    Posted 7 years 11 months ago
    • THANKS!!! I'll give it a shot.
  • Re: I need to highlight a Tab in the product view

    Posted 7 years 11 months ago
    • Sam,

      I really hate to be so lost but I can't find the ModalHeader.css file is there a directory that I should key in looking at? I'm not a code person more a graphics guy. Thanks for your help.
    • Sam Mahoney's Avatar
    • Sam Mahoney
    • Preeminent Rocketeer
    • Posts: 7420
    • Thanks: 222

    Re: I need to highlight a Tab in the product view

    Posted 7 years 11 months ago
    • No need to touch any files, you can do it from the admin - just go to System->Configuration->RT RokMage Modules->ModalHeader and you should see an input for adding additional CSS.
    • The following users have thanked you: robss396

    • STEP 1 IN MAGENTO DEVELOPMENT - DISABLE YOUR CACHE OR YOU WON'T SEE ANY CHANGES.
      Use the new "secure" tab when replying for privately sharing links.
      Check the "Useful Snippets" post for tips.
  • Re: I need to highlight a Tab in the product view

    Posted 7 years 11 months ago
    • YOU ARE THE MAN!!!

      Thanks so much! That worked great!

Time to create page: 0.041 seconds