Will there be any mobile app for our themes? Regarding your inquiry, we would like to inform you that EngineThemes products are WordPress-based Business solutions. Our themes have responsive User Interface of which could display and performs effectively on every device (including mobile devices). Other themes have adaptive design, of which includes a mobile version already. […]
[FrE] How to edit or modify forms?
Can I edit or modify forms in my themes? Unfortunately, there’s no built-in Settings for you to edit forms in FreelanceEngine. Latest versions of FreelanceEngine (since v1.8.0) do not support Forms modification or Page Builder plugins. The only way for you to edit the forms is by re-writing the code. […]
[All] EngineThemes Customization cost
What is the cost of Customization? Much as we appreciate your trust in our service, EngineThemes do not do Customization Service. Upon your purchase, 12 months of free updates & support will be bundled with your package. Our Technical Support Executives will assist you with themes scope modification. There’s no encrypted code […]
[FrE] Can Employers post jobs for free?
Can Employers post jobs for free? User can simply register for free and post jobs without paying. See how it works here.
[All] Export User emails
[FrE] Remove profile fields
[FrE] Change buttons color
Please use the code below: .fre-btn, .fre-btn-disable, .fre-payment-list > li > .btn { background: rgb(163, 234, 110) none repeat scroll 0 0; border: 2px solid rgb(163, 234, 110); } .fre-service-pricing:hover::after { background: rgb(163, 234, 110) none repeat scroll 0 0; } .fre-service-pricing:hover .service-price h2, .fre-service-pricing:hover .service-price p { color: […]
[MjE] Allow price of 0
[All] Re-install WordPress 4.7.5
[FrE] Remove search bar
Please use the following code: .fre-search {display:none;}