Before you ask please READ THIS

Arrows Boxes

edited January 2014 in Hypershot Posts: 13
Hello again,
i have two more questions.
1-How can i change the color or make it transparent the black box color of the arrows as show in the attached screenshot.?
2-Is possible remove the numeration next to the arrows?

Many thanks in advance
Screen Shot 2014-01-26 at 8.57.06 PM.png
1280 x 800 - 395K

Comments

  • AirAir
    Posts: 10,970
    1. Use this custom CSS
    .arrow-left, .arrow-right,
    .arrow-left:hover, .arrow-right:hover{
    background-color: transparent;
    }
    2. Use this custom CSS
    span.slides-count {
    display: none;
    }
    With regards.
  • Posts: 13
    Many thanks Air! Five stars support ;)
  • Posts: 13
    Just one more question, it's possible to change the colors of the arrows and the numbers if i want???
  • AirAir
    Posts: 10,970
    :-)
    "colors of the arrows" - they are images, so it is harder
    "numbers" - you mean numbers that you just switched off?

    With regards.
  • Posts: 13
    Ok ;) Yes, the numbers that i think in switch of ;)
    Thanks in advance!
  • AirAir
    Posts: 10,970
    Use this custom CSS

    span.slides-count span {
    color: #FF0000;
    }
    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!