Brian

Forum Replies Created



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


This reply has been marked as private, meaning that only the original poster and forum moderators can see the content of the reply.

Could you please share the site so I can check the issue?
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


Hi Simone,
Please submit a private ticket here
Thank you