Forum replies created
Hi,
No specified image size for header.
You need to set Theme Options -> Header -> Header background -> Header Top Padding and Header Bottom Padding
Sorry, no idea for the slider image.
Hi,
Please use the following css code in Theme Options -> Custom CSS
.t4p-slider .slide-content-container h2 {
color: red !important;
}
.t4p-slider .slide-content-container h3 {
color: blue !important;
}
Thanks!
Change the red and blue to color hex codes.
Hi,
Add video url to Youtube / Vimeo input.

And you will get popup video.

Thanks!
Hi,
In Theme Options -> Extra -> Miscellaneous Options -> Default Sidebar Position
set it to Left.
I’m using Alora theme with the #5 Header. The search box pops under the Navigation menu by default. I want the search box to pop next to the search icon which align on the Navigation menu. Can you provide me a CSS?
Please post your URL. Need to see it.
Thanks!
Hi,
Sorry, I don’t understand what you mean by transparent background.
It’s either with a background image / color or without a background image / color
There is also a CSS property call Opacity.
http://www.w3schools.com/cssref/css3_pr_opacity.asp
By the way, this is getting too long.
It’s redesigning the theme.
Please hire developer if you require further customization.
Thanks!
Hi,
Please provide URL to your webpage that requires help.
I need to look at it to see if it’s possible to make changes.
Thanks!
Hi,
Sorry, I do not understand your question.
There is no control panel in Alora Theme.
Sorry, I don’t understand what you mean by 4 sets of content are present.
Do you mean 4 duplicated post or page? It happens if you import demo content more then once.
Can you provide URL to your issue?
Thanks!
Hi,
Use a page template.
Then use this shortcode.
[recent_products per_page="12" columns="3" orderby="date" order="desc"]
Then in page options, set the sidebar to left.
Then publish this page as shop.
You will need custom css to hide reviews tab.
Thanks!
Hi,
Please use the following codes in your Theme Options -> Custom CSS
.entry-content img, .entry-content .wp-caption{
box-shadow:none !important;
border:none !important;
}
Thanks!
Hi,
Try the following.
.active a{
color:#fff !important;
background:#666 !important;
font-weight: bold !important;
}
Thanks!