• Resolved dabcar

    (@dabcar)


    Hi,

    Are we able to style the plugin (eg .wcmp-widget-product .wcmp-widget-product-file)?

    I’d like to style the list produced by the plugin (see link). It doesn’t fit in with the styling of the site, and I’d like to reduce the font size so each line fits better within the space. My concern is the !important declarations you have against most of these things, including the font-face! That doesn’t help fit into a site theme.

    I like the plugin, but would like to make it work better with my site. A feature request would be to provide Styling within the plugin itself.

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @dabcar

    All class names that affect the playlists are defined in the following file:

    https://www.wilderness-voice.org/wp-content/plugins/woocommerce_music_player/widgets/playlist_widget/css/style.css

    You can redefine them through the WordPress section: “Appearance > Customization > Additional CSS”

    However, I guess would be simpler if you describe what you want to modify, and I give you some tips to reach your goal.

    Best regards.

    Thread Starter dabcar

    (@dabcar)

    Thanks for the reply.

    I was hoping to hide the price and shopping cart as they are already part of the standard presentation of the product page.

    I was also wanting to change the font to fit in with the theme as well as decrease the size so it fits in the space better.

    Thanks.

    Plugin Author codepeople

    (@codepeople)

    Hello @dabcar

    To hide the price and cart icon, you simply should to enter the following style definition through the menu option: “Appearance > Customize > Additional CSS”

    
    .wcmp-widget-product-purchase{display:none !important;}
    

    If you need a custom coding service to modify the playlist appearance, you can contact us through our private website: Contact Us

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Styling of player list’ is closed to new replies.