Forum replies created
You are welcome!
Hi,
Please use the following in your Theme Options -> Custom CSS
.ei-slider img {
height: auto !important;
margin: 0 !important;
width: 100% !important;
}
Thank you.
Hi,
From which version did you update to current version?
What backup file are you referring to? is it the Theme Options export?
How did you lost your settings?
Thank you.
Hi,
Sorry, I do not understand your issue.
I check the codes of your menu.
There is no “sub – level”, you only have parent menu item.
Please check that you have deployed your menu correctly.
The following will change your mobile menu button to white background.
Please use in Theme Options -> Custom CSS
#wrapper .dd-container .dd-selected-text, #wrapper .dd-options li a:hover, #wrapper .dd-options li.dd-option-selected a {
background-color: #fff !important;
}
To change mobile menu button text.
Go to Theme Options -> Header -> Menu -> Responsive Menu
Select Text and you will see the input -> Responsive Menu Text appearing underneath it.
You can change the word Menu, to your requirement.
Thank you.
Hi,
This is learn more button font size.
.home-content-boxes a {
font-size: 20px !important;
}
The following will reduce the spacing within content boxes.
.home-content-boxes h2 {
margin-top: 5px !important;
}
.home-content-boxes p {
margin-top: 0px !important;
margin-bottom: 15px !important;
}
.home-content-boxes a {
margin-top: 0px !important;
}
This will bring up your content boxes.
.home-content-boxes {
position: relative;
top: -10px !important;
}
As for your last question, use the 5th header layout.
Theme Options -> Header
Thank you.
Hi,
Did you use the code I provide?
Hi,
Please refer to the following for explanation.
http://stackoverflow.com/questions/1846882/open-basedir-restriction-in-effect-file-is-not-within-the-allowed-paths
Maybe your hosting company changed a setting.
Please contact them for help.
Or try updating reduxframework plugin to latest version.
Thank you.
Hi,
I don’t have a PC to look into this issue.
I had informed my employer to check this out.
Please wait for his reply.
Thank you.
Hi,
Please use the following codes in Theme Options -> Custom CSS
.t4p-section-separator .fa-briefcase {
left: 49.8% !important;
}
Thank you
Hi,
Thank you for sharing the code.