Okay
  Public Ticket #837274
Video Player Background Color
Closed

Comments

  •  3
    Markus started the conversation

    Hi there, I use the "carousel" template to play the videos in my portfolio. If I switch to full-screen-mode the background color is white, which isn't really cineastic. How can I change this to black? Thank you in advance and best regards. Markus 

  • [deleted] replied

    Hi Markus,

    Just add the code below to Custom CSS

    .video-js {
        background-color: #000 !important;
    }
    
  •  3
    Markus replied

    Dear Ylli, this worked like a charm! Thank you for the fast reply! Best, Markus

  • [deleted] replied

    Hi Markus,

    I'm very glad to hear that :)

    If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).

    A huge thank you from Laborator in advance and have a great day :)

  •  3
    Markus replied

    Dear Ylli,

    unfortunately I just found out, that your Custom CSS lines had an impact on the portfolio categories. So as soon as I add those lines the categories position and font size gets messed up (line 155ff is still there but not recognised anymore!). As soon as I delete your lines, all is fine again. Any idea? Cheers, Markus

  • [deleted] replied

    Hi Markus,

    Strange, because when i add this code i can't see any difference.

  •  3
    Markus replied

    Did you purge the cache? I didn't see any difference until I purged the cache, but then the font wasn't in the center anymore and lost the capitalisation. After deleting the code and purging the cache all was back to normal. Cheers, Markus

  • [deleted] replied

    Hi Markus,

    Can you please send us your WordPress username and password (your earlier one is not working for me)? We need to investigate your site and then get back to you if we have possible solution.

    Make sure to choose Private Reply when you send us sensitive informations!

  •   Markus replied privately
  • [deleted] replied

    Hi Markus,

    I'm really sorry but i just added that code again on your Custom CSS and i don't see any problem that is coming from that code.

  •  3
    Markus replied

    Hi Ylli, thanks a lot...seems like you tidied up the custom CSS a bit...now the code is at the bottom and everything is fine - typo wise!! Great! Thank you. ;)

  • [deleted] replied

    Hi Markus,

    Maybe you have missed any bracket { or or maybe you have commented all the lines on your CSS and if there is any problem, CSS will not take valid all the codes that you have added below :)

    Anyway i'm glad that your question is solved :)

  •  3
    Markus replied

    You are the pro! ;) Thank you again!