Forum replies created
Hi,
You need to create menu in different language.
Use the language switcher in WordPress admin toolbar to switch between languages.
For example if you have English and French, You need to create one menu in English and Another in French.
In Appearance -> Menu -> Manage Location, you will find there is two Primary Menu location, one for each language.
Assign your menu to the respective location.
Thank you
Hi,
Please use the following in Theme Options -> Custom CSS
.page-title-captions .entry-title {
display: none !important;
}
Thank you
Please provide your website URL.
Thank you
Thank you for your reply.
Hi,
Sorry, that’s not possible.
The theme is designed to be responsive.
You will have to re-design almost everything in order for it to be non-responsive.
Every element that uses percentage for width values will have to be changed to a fixed width…
Thank you.
Hi,
Please use the following in Theme Options -> Custom CSS
.home-content-boxes a, .entry-meta .read-more {
background: #adf0e7 none repeat scroll 0 0 !important;
border: medium none !important;
box-shadow: none !important;
color: #666 !important;
}
Thank you
Hi,
Use the following.
.footer-widgets a {
padding: 0 !important;
}
Thank you
You are welcome!
Hi,
You can use a diff tool to compare all the files at once, to find out the difference.
For example this tool for mac. https://sourcegear.com/diffmerge/
Thank you
You are welcome.