Hi Davor.
I'm sorry for reply preview.
1.Please wirte for me the name of the position that you want hide or show on desktop or iphone.
2. i don't understand your image. Please description it than better
1. I dotn have specific position now, I just wonder how to do that (show 1 module only on mobile or desktop). for example that module on position-5 is only visible on desktop?
2. this line marked with red square. its on position navcontent
Hi Davor.
I fixed it for you. I did the below: go to .../templates/jux_nozix/css/custom.css I add line code ( first line)
.nozix-homepage .upcoming_events .upcoming_events{
border-top:none!important;
}
.custom.bg-gray.upcoming_events td, tr td {
border:none!important;
}
1. How to put that menu item to be in white color? ( like"STYLES" and "LAYOUT")
2. How to put drop down menu in 2 column? When I installed it was only in 1 column.
Hi Davor.
I fixed it for you. I did the below: go to .../templates/jux_nozix/css/custom.css I add line code ( first line)
.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {
color: #ffffff;
}
.nav-child.dropdown-menu.mega-dropdown-menu{
min-width:300px!important;
}
.t3-megamenu .mega-group-ct .row{
margin-right:36px!important;
}
li.mega.mega{
float:left;
}