Okay
  Public Ticket #2823305
Webkit Appearance
Closed

Comments

  •  16
    manningstinson started the conversation

    Hello,

    I have a website that I am building that relies heavily on blog posts/categories.  I would like to use a drop-down option on my sidebar navigation, otherwise, it becomes a very long list.  

    https://www.staging2.train5d.com/macronutrients-post-1/

    With that said, I would like to remove the Webkit-Appearance for mobile.  How can I do this and maintain the drop-down arrow?  Usually, when I turn off the web-kit appearance the arrow disappears with it. 

    Thanks for your help. 

  •  1,558
    Laborator replied

    Hi there,

    I checked your site and as I can see you have put the categories in a dropdown form, now I am not sure I have clearly understood what you mean by webkit-appearance removal on mobile devices, do you want to change this style and use the clean one instead:

    medium
    (view large version)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  16
    manningstinson replied

    Hi Art, 

    Thanks for the reply. 

    I would like it to look like this. 

    Is that possible? 

    -Manning

  •  1,558
    Laborator replied

    Hi Manning,

    Unfortunately that's not possible as the dropdown will be styled depending on the browser/OS you're using and it is not possible to style select boxes for different devices.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  16
    manningstinson replied

    Hi Art, 

    Sorry for the delay in responding.  I found an alternate plugin that gave me the functionality that I needed but the dashes, I would like to remove or change.  

    1) Is it possible to remove the dashes all together and bold the parent category?

    2) Remove them on the parent category and have them on the child?

    https://www.staging2.train5d.com/2021/07/

    Username: kaliumadmin
    Password: kaliumthemesupport2021!


    Thanks for your help. 

    -Manning

  •  16
    manningstinson replied

    Here is a screenshot of the dashes on the blog widget.

  •  1,558
    Laborator replied

    Hi Manning,

    This does not have to do with the theme anymore since you are using a 3rd party plugin you will have to get in touch with the plugin support team, I can just give you a CSS code to hide the dashes completely if you want:

    ul.wpcategorieswidget-2 li a:before {
        display: none !important;
    }
    

    But as I said earlier, this is our of the support scope since it does not have to do with the theme.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  16
    manningstinson replied

    Hi Art, 

    That removed the dashes.  I have reached out to the developer of the plugin for the other needs.  Have an awesome day. 

    Thanks, 

    Manning