Hello!
QuizMaster (demo4) got issue with [button][/button]
If the code looks like:
[button url="http://demos.wplms.io/quizmaster/product/mega-quiz-bundle/"]Get the limited time Deal - $99[/button]
The result will be:
https://prnt.sc/26wtq1a
It is also "invisible" on blue background just because the color is the same.
ok we need to check this on your site please share details with us in a private reply
This reply has been marked as private.
This reply has been marked as private.
Hello
- I have not added any custom CSS to the theme that you are showing to me
- What about?
[button url=”http://demos.wplms.io/quizmaster/product/mega-quiz-bundle/”%5DGet the limited time Deal – $99[/button]
The result will be:
https://prnt.sc/26wtq1a
I managed to solve buttons on white background by using this shortcode:
[button url=”https://mathcourse.ru” class=”” bg=”” hover_bg=”#054700″ size=”0px” color=”” radius=”0px” width=”0px” height=”0px” target=”_self”]Регистрация[/button]
But what about blue background? The text could color could not be changed
hi
for button color use this:
.course_button.button>a{
color:var(--blue) !important;
}
in custom CSS section
the same. it is still the same color os the backroung.
and I still got some huge issues with layouts for all course page and for course layout but I will create a new topic
hi
added the code and it is working:
https://somup.com/c3n3iTTX3R
you can change the color as per your need
This reply has been marked as private.
ok let me check this on your site
hi
use this:
.elementor-container.elementor-column-gap-default .elementor-row .elementor-col-33.elementor-inner-column.elementor-element-e07f153 :nth-child(2){
color:#fff;
border:2px solid #78C8Ce;
}
refer:
https://screencast-o-matic.com/i/c3nOjsVbGwz