I do not want to use the little down arrow to show "Print" and "email" in the top grey row of an article. How can I show the icons as soon as the page opens.
Also how can I delete the box around the text?
americancenturysystems.com/index.php/en/...ommerce-distribution
Hi
Thank you for feedback us
1: with problem show Print and email
in source code: .../templates/jux_designer/local/css/themes/red/megamenu.css and add code css:
.article-aside .dropdown-menu {
display: block!important;
}
2: with problem box around the text
in source code: .../templates/jux_designer/local/css/themes/red/megamenu.css and add code css:
.items-row, .item-page {
background: #f8f8f800!important;
box-shadow: none!important;
}
Hope it will help you
THanks