Forum replies created
Hi,
Please go the Theme Options -> Bootstrap slider -> Slides and click on reset section.
You should see the following slider.

Thanks!
Hi,
Please use the following.
td, th{
border:none !important;
}
.widget::after{
background:none !important;
}
.content-bottom{
display:none;
}
Thanks!
Hi,
Please use the following in Theme Options -> Custom CSS
.postid-2791 .thumbnail-post-single {
display: none !important;
}
Thanks!
Hi,
I cannot see any Theme Options with that access you gave me.
You should gave me administrator access.
Thanks!
Hi,
You can import demo content for Alora Theme and use it as a start up example.
It’s in Theme Options -> General -> Import Demo Content.
If you want to ask for refund. Please contact my employer via https://theme4press.com/contact/
I do not have access to company funds.
Thanks!
Hi,
This topic is related to this thread.
https://theme4press.com/support/topic/make-page-and-post-background-transparent/
I have posted an answer there.
Thanks!
Hi,
In Theme Options -> Custom CSS.
Please use the following first.
Clean up the lines later. It’s too confusing.
#wrapper {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
border: medium none !important;
}
.widget-content {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
border: medium none !important;
}
table{
border: medium none !important;
}
Hi,
Please use the following code in Theme Options -> Custom CSS
.sub-menu li .sub-menu{
position:relative;
top:10px !important;
}
Sorry, I can only get one sub level working.
Hi,
Please use the following in Theme Options -> Custom CSS
.home .entry-content .thumbnail-post {
float: left;
margin: 0 20px 0 0 !important;
}
.home .entry-content {
margin-top: 10px !important;
}
Screenshot.
