Jump to content

Setup Fee not displaying in Comparison view


rodolphe

Recommended Posts

Hi Rodolphe,

 

there would be a few ways to do this, but probably the simplest would be to edit the style.css file within the comparison folder... as you are using feature highlights, you need to modify the two sections below.

 

#order-comparison .prodtablecol div.aheader {
   background-color: #204791;
   padding: 10px 0 10px 0;
   color: #fff;
   font-size: 12px;
   height: 34px;
   border-right: 1px solid #fff;
   border-bottom: 1px solid #fff;
}

#order-comparison .prodtablecol div.bheader {
   background-color: #7BAA24;
   padding: 10px 0 10px 0;
   color: #fff;
   font-size: 12px;
   height: 34px;
   border-right: 1px solid #fff;
   border-bottom: 1px solid #fff;
}

you will need to change the two values for either the "font-size" (make it smaller to reduce the font size), or "height" (make it larger to increase the height of the heading blocks).

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated