How can I change the tb Slider Controls

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeHow can I change the tb Slider Controls

This topic has been marked as not resolved.

Hi there

I want to change the slider control position and size. These are the present sizes:

<a class=”tb_prev tb_disabled” title=”Previous” href=”javascript:;” style=”margin-top: -186px;”></a>
<a class=”tb_next” title=”Next” href=”javascript:;” style=”margin-top: -186px;”></a>

.tb_slider_controls .tb_next::before {
font-size: 28px;

How can I change to:

magin top: -216px (or whatever)

and

font-size: 50px (or whatever)

Thanks in advance

Anthony

April 17, 2015 at 1:22 am #40109

Hello Anthony,

1) You can add custom styles from the Pavilion CP > Theme Settings > Custom > Custom Stylesheet text field.

2) Or you can directly modify the stylesheet file (not recommended).

// Main Stylesheet
catalog/view/theme/pavilion/template/tb/main.css.tpl

// Fire Slider Additional Stylesheet
tb_themes/pavilion/extension/fire_slider/catalog/view/stylesheet/mightyslider.css

Hope this is what you are looking for.

BR,
ThemeBurn team

April 20, 2015 at 5:47 pm #40206
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.