option text size and background color in product page

ThemeBurn SupportForumsOpenCart ThemesKiddos OpenCart Themeoption text size and background color in product page

This topic has been marked as resolved.

How can increase option text size (font) and change background color of option in product page?

February 8, 2017 at 10:10 pm #56227
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
February 13, 2017 at 2:02 am #56363

HI, regarding font – thank you! Helped!
What about color of options? I did not find, how can I change grey on another.

February 13, 2017 at 9:43 am #56373

Hi,

Unfortunately there is no built-in color rules for non selected option state. You will need to use some custom CSS:

.options .tb_style_2 .checkbox > label,
.options .tb_style_2 .radio > label
{
  background-color: #ddd;
  color: #fff;
}

BR,
ThemeBurn team

February 20, 2017 at 12:05 am #56603

Thank you! It helped!
Regarding you previous code for font size increase on labels – is it still valid. Seems like after new release that code does not work

/**** Increase font for options ****/
.checkbox.image > label > input + span,
.radio.image > label > input + span
{
display: inline-block;
min-width: 30px;
line-height: 30px;
font-size: 16px;
}

  • This reply was modified 2615 days ago by  Slivkiss.
February 20, 2017 at 7:57 pm #56673

Hi,

Product option should be increased by default, now. Please let us know, if some problem still exists.

BR,
ThemeBurn team

February 24, 2017 at 10:10 am #56821

Thank you for the support.
All works.

February 24, 2017 at 11:04 am #56834

Glad we’ve helped :)

BR,
ThemeBurn team

February 27, 2017 at 11:31 pm #56934
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.