• Resolved gaussant

    (@gaussant)


    Hi Aleksandar,
    I am trying to get the font ticker setup as shortcode on the top bar of my page.

    I cannot figure out why it seems to be “behind” the bar and only shows on mouseover.

    Website is:
    http://www.guillaumeaussant.ca

    What code would I need (CSS?) to make the ticker appear as a white background over the solid bar.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Your theme set opacity:0 for elements with class .mask, which is used in Stock Ticker.

    TO make Stock Ticker always visible, add this to your custom style:

    .stock-ticker-container .mask { opacity: 1; background: transparent; }

    Cheers,
    Aleksandar

    Thread Starter gaussant

    (@gaussant)

    Solved! it worked! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Shortcode ticker hiding!’ is closed to new replies.