18alex05
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Can’t change width of videoThat sounds smart, did not think about that. Thank you for the great help!
Forum: Themes and Templates
In reply to: [OceanWP] Can’t change width of videoThanks. Great help. But when I have other iframe videos they will be also with a max width of 650px right? Then I would need to use columns for the videos.
Forum: Themes and Templates
In reply to: [OceanWP] Can’t change width of videoI was now able to change the size of the Youtube Video in the Gutenberg editor. I see the smaller size in the editor, but this is not displayed on my website. There I only see the full screen version unfortunately. (https://kulturpreis.info)
With the other video I have other problems. The video itself got smaller, but the playbar of the video is still in full width. Can I change this, or do I have to disable the playerbar? (https://kulturpreis.info/preis-o-mat/)
Update:
I was able to change the language of “Result”. But I would still like to know if there is a possibility to add a link oder popup on the Result category above the score.
Forum: Plugins
In reply to: [Quiz and Survey Master (QSM) - Easy Quiz and Survey Maker] QSM CSSI did send a ticket.
Forum: Plugins
In reply to: [Quiz and Survey Master (QSM) - Easy Quiz and Survey Maker] QSM CSSI just saw, that the change effected the Retake Quiz Button at the end, but not the other ones.
This is the Code I currently added in the Additional CSS.
/**Progressbar Change **/ .qsm-progress-bar path:nth-child(2){ stroke: #1B365C; } .qsm-progress-bar .progressbar-text{ color: #1B365C !important; } /**Font color of the Question **/ .quiz_section, .quiz_section{ color: #1B365C; } /**Button color **/ .qsm-submit-btn, .qsm-next, .qsm-previous{ background: #1B365C !important;}
Forum: Plugins
In reply to: [Quiz and Survey Master (QSM) - Easy Quiz and Survey Maker] QSM CSSHello,
thanks for the help! But copying the CSS Code did not work for me.