Forum replies created
You’re welcome Eduardo! 🙂
Hi Andy,
Thanks for writing in!
Would you please provide us with the link of your website and perhaps some screenshots with the notation of issues, so that we can take a look into your site and provide you with a tailored answer.
Thank you!
Hi Eduardo,
Thanks for your screenshot! Though, you’ve already been replied. Please check provided custom code above your snapshot.
Thank you!
Hi Eduardo,
Thanks for writing in!
It could be possible with custom development, but this would be outside the scope of support we can provide. You may wish to fill up a form on our theme customization services page:
https://theme4press.com/theme-customization-service/
Thank you!
Hi Eduardo,
Thanks for providing the link! please add the following code under Appearance -> Theme Options -> Custom CSS:
@media only screen and (max-width: 670px) {
#wrapper .primary-menu .dd-container .dd-selected-text span:before {
content: "Menu";
}
}
Hope this helps.
Thank you!
Hi Elgaita,
Thanks for writing in!
Would you please provide us with the link of your website. Perhaps with some screenshots with notation of issues so that we can take a look into your setup and provide you with a detailed response.
Thank you!
Hi Harald,
Thanks for writing in! please add the following code under your custom CSS field:
#bootstrap-slider .carousel-control.right {
right: 0;
left: auto;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x;
}
#bootstrap-slider .carousel-control.left {
left: 0;
right: auto;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
background-repeat: repeat-x;
}
#bootstrap-slider .carousel-control {
position: absolute;
top: 0;
bottom: 0 !important;
left: 0;
width: 15%;
}
#bootstrap-slider a.left:before, #bootstrap-slider a.right:before {
position: absolute;
top: 50%;
}
#bootstrap-slider a.right:before {
right: 15%;
}
#bootstrap-slider a.left:before {
left: 15%;
}
Hope this helps.
Thank you!
Hi Sandra,
Glad that helped!
In order to fix the button in responsive version, please add the following code into your custom CSS field:
@media screen and (max-width: 768px) {
#bootstrap-slider .carousel-caption .button {
width: 86px !important;
}
}
button text is not shown anymore with the new settings.
The button text color is just right there named as “Button Accent Color” (see: http://prntscr.com/a1ty5e).
Hope this helps.
Thank you!
Hi Magnus,
Thanks for your clarification! Perhaps it’s a caching issue, I’d advise clearing your browser’s cache or testing on a different browser.
Thank you!
Hi Harald,
Thanks for your brief clarification!
It could be possible with custom development, but this would be outside the scope of support we can provide. You may wish to consult a developer to assist you with this.
However, I’ll consider it a featured request and will forward to our development team. This way it can be taken into consideration for future development.
Thank you!