-
Anve S. replied to the question Icons on mobile title bar in the forum Boss. theme 8 years, 11 months ago
Hi @naj ,
Try applying following css in custom css option of child theme for styling the counts in mobile view.Replace the ‘red’ and ‘#fff’ with your background color and text color resp.
@media screen and (max-width:481px){
.menu-panel ul li .count {
background-color: red !important;
color: #fff !important;
}
}
Also we’ll provide you…[Read more]
-
Anve S. replied to the question Icons on mobile title bar in the forum Boss. theme 8 years, 11 months ago
Hi @naj ,
1. This would not be possible because in mobile you dont have much space in titlebar to allow them to be there , that is why they are provided in your buddypanel for better user experience with theme.
2. Add the following css in custom css option in child theme.
[Read more]
.header-navigation ul li a span.count {
color: #fff !important;… -
Anve S. replied to the question Adding shortcode in the homepage Slider in the forum Boss. theme 8 years, 12 months ago
Hey @naj
From the boss homepage slide option you can add title as text, description that shows a brief introduction of that title and the button text.
Current slider is very basic one and won’t process any shortcodes.