Naji

  • 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]

  • 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.

    .header-navigation ul li a span.count {
    color: #fff !important;…
    [Read more]

  • 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.