1
Answers
Vote up!
0
Vote down!

How do you change the slider font size?

I am currently working with the base slider in Commerce Kickstart and i want to include an item in the region Sidebar First. This pushes the slider over to the side, which is completely fine. However, to keep the font from bunching up on the "next", "current", and "previous" tabs, I need to reduce the font size. I cannot find this line of code anywhere in the CSS files; does anyone know where I can change it?

Thank you!

Asked by: Tybot204
on July 20, 2013

Comments

1 Answer

Vote up!
1
Vote down!

This is found in the following file:

#search-api-ranges-block-slider-view-form #edit-range-from,
#search-api-ranges-block-slider-view-form #edit-range-to {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 300;
  padding: 0;
  width: auto; }
Josh Miller
Answer by: Josh Miller
Posted: Aug 14, 2013

Comments

Thank you for the reply!

I actually found this file RIGHT after I bumped my post. I forgot that Commerce Kickstart was a sub theme of Omega when I was looking for the font earlier. Thanks again though, it's working now. :)

- Tybot204 on August 14, 2013