Hallo, I would need to change the background color of the menu (header dark style). I can't find where the code is, can you help me? Thanks, Nico
anymedia Hi Nico,
You can use this custom css and change the color as you wish:
@media (min-width: 992px){ .affix .t3-header-wrap.header-dark.has-hero { background: #222222; } }
Thanks, i try.
To enlarge the logo in the footer how do I proceed?
anymedia
You can use this:
.footer-info img { max-height: 100% !important; }
Very thanks Saguaros, all perfect!
The color of the selected menu link is @brand primary, is it possible to use a code to change only that?
I have a problem, menu bar in home page is perfect (red color) but in other pages change his color in white. Template style for this module or menu is right (header Dark)
.t3-header-wrap.header-dark { background: #9b1d33; }
Hi, meanwhile, thank you for your assistance. The menu is now fine, on home page I have no problems, but on the other pages scrolling down the descent is not linear, there is a jump. This is the example link https://kobli.it/index.php/azienda
Hi anymedia
It due to your custom css for the wrapper:
@media (min-width:992px) { .t3-wrapper.affix { position: relative; padding-top: 96px } }
Thanks Saguaros, it work fine with
@media (min-width:992px) { .t3-wrapper.affix { position: relative; padding-top: 0px } }