Hi there,
Please clear browser and Joomla caches then recheck the issue again.
Make sure that you are using latest Factory version 1.0.8 https://warptheme.com/joomla-templates/factory/
You can get latest version via customer area.
If you still face the issue, please submit a private ticket here https://warptheme.com/member-area/ticket-system/
Thank you
Hi Scrott,
Are you using Quix pagebuilder, right? If so, you can create a new section in page then add 04 columns. See How to create column in Quix page
Please let me know if it works for you
Could you please share the site so I can check the issue?
Thank you
Hi Awal,
Just create a duplicate template then assign it for French language.
After that you can config the message for French via template settings. See https://www.cloudaccess.net/joomla-knowledgebase/103-joomla-3-1/template-manager/540-duplicating-a-template-joomla-3-0.html
Thank you
Here the code
#sp-right .sp-module-content .nav.menu li:hover a,
#sp-right .sp-module-content .nav.menu li.active a,
#sp-right .sp-module-content .nav.menu li.current.active {
background: red !important;
color: #fff;
}
If you want to remove the nav icon, simply add
#sp-right .sp-module ul >li >a:before {
display: none;
}
#sp-right .sp-module ul >li >a {
padding-left: 10px;
}
Could you please provide your page with Right menu so I can take a look on it?
You’re welcome
Glad to hear that.
Hi there,
Hover and active color are assigned to main color, if you wish to change the color, simply add
.sp-megamenu-parent >li:hover>a {
color: red !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a,
.sp-megamenu-parent >li.active>a {
background: red !important;
}
into custom.css file (located at joomla/templates/template_name/css/custom.css)
replace red with your color style
Hi FD,
simply add
.layout-boxed {
background: #f0f2f3;
}
into custom.css file (joomla/templates/template_name/css/custom.css)
Just replace the background to suite your needs.
You’re welcome
Hi Jorge,
First, please download the newest template and quickstart Boss 2.0.1 here https://warptheme.com/account/
In the pass, we faced the problem with php version 5.6 with Quix but the issue already solved. Could you please give a try then let me know the result?
Thank you
Hi there,
How about this case?
Thank you

