Vertical Slider

  • Posts: 150
  • Thank you received: 7
  • Hikaserial Subscription Hikashop Business
8 years 11 months ago #250366

-- url of the page with the problem -- : soact.org/presentation-and-seminars
-- HikaShop version -- : 2.6.4
-- Joomla version -- : 3.6.2
-- Error-message(debug-mod must be tuned on) -- : N/A

Hello,
When using layout type vertical slider how do i change the shading of the overlay, and have it fill the width of the box.
I would like the overlay to be solid white.

Thank you,
Wrina

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
8 years 11 months ago #250390

Hello Wrina,

Using that kind of CSS code will probably do the job :

.hikashop_slide_vertical_image .hikashop_img_pane_panel {
    width: 383px!important;
}
hikashop.com/support/documentation/24-do...the-display.html#css

Please Log in or Create an account to join the conversation.

  • Posts: 150
  • Thank you received: 7
  • Hikaserial Subscription Hikashop Business
8 years 11 months ago #250475

Mohamed,
Thank you. I replaced the 383px! with 100%! and it looks perfect.
One further question. How can I change the color of the panel.
Wrina

Please Log in or Create an account to join the conversation.

  • Posts: 84313
  • Thank you received: 13705
  • MODERATOR
8 years 11 months ago #250484

Hi,

You can change such CSS in the frontend CSS of HikaShop:

.hikashop_img_pane_panel {
    position: absolute;
    bottom: 0px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    filter: alpha(opacity=80);
    text-align: center !important;
    color: #fff;
}

Please Log in or Create an account to join the conversation.

Time to create page: 0.068 seconds
Powered by Kunena Forum