Before you ask please READ THIS

Info above header

edited December 2012 in Hypershot Posts: 38
Since you really helped me out with the side bar, I figured I'd ask you one other thing ;)
Is there any way to delete the 'triangle' directly below the 'show info' toggle in the 'info above header bar'? Can't seem to find it in the stylesheet..

Comments

  • AirAir
    Posts: 10,970
    Because it is tricky triangle ;-)

    Use this Custom CSS
    .hide-switch {
    border-top: none;
    }
    With regards.
  • Posts: 38
    You, Air, my friend, are a hero!
    Thanks again mate.
    Excellent theme and excellent support. You guys got a good thing going on here :)
  • AirAir
    Posts: 10,970
    Thanks for kind words ;-) We are doing our best :-)

    With regards.
  • Hi,

    maybe my question fits in this thread. Is there a chance of getting a small picture in the info text?

    Best regards
    Stefan
  • AirAir
    Posts: 10,970
    Yes, just use HTML like in our demo<img src="your_img.jpg" alt="" />.

    With regards.
  • :)

    thx!
  • Posts: 39
    Greetings! (again :-))

    The custom css to get rid of the triangle worked really nicely for me. Unfortunately, today the triangle came back). The custom css is still there. I was wondering if you could come yet again to the rescue?

    Here is the little guy:
    http://www.life-beautifully.com/

    Thank you *SO* much!!!
  • Posts: 39
    The little triangle shows up when I set 'enable thumbnails'. I would love to have the thumbnails as they are, but without the triangle. thank you so much!
  • AirAir
    Posts: 10,970
    Hello, I don't see any triangle on your page. Is it exactly on page you linked, or on some sub page?

    With regards.
  • Posts: 39
    Hi again! :-)

    Ugh! SO sorry, I must have hidden it while playing around. Here is an example:
    http://www.life-beautifully.com/album/engagement/

    The home page is a good example of a slideshow without thumbnails = no triangle. The engagement page has thumbnails (I like them there :-)) and then it has the triangle.

    Thanks so much!

    Ananda
  • AirAir
    Posts: 10,970
    :-)
    For this one you have to use this CSS

    #tray-button:after {
    border-bottom: none;
    }
    With regards.
  • Posts: 39
    Thank you so much, Air, but somehow I didn't get it to work... I added the custom css and the little guy is still there:

    http://www.anandalima.com/album/wedding/

    (note the diff address because I went live :-))

    Sending you a donut plus coffee to help with the long hours answering all these questions!
  • AirAir
    Posts: 10,970
    Hello:-)

    Thanks for Coffee, and donut, just bought one:-D

    I can see that you didn't close comment section before this CSS rule, and that is why it is not working:
    /* Remove the triangle over thumbnails bar:

    #tray-button:after {
    border-bottom: none;
    }
    should be
    /* Remove the triangle over thumbnails bar: */

    #tray-button:after {
    border-bottom: none;
    }
    With regards.
Sign In or Register to comment.