• Resolved Joy

    (@joyously)


    I just switched to this plugin because the one I was using before totally changed its formatting when it changed for the youtube API.

    I like how this one looks except for the use of colors. I do CSS for a lot of designs, and it seems to me that a plugin should not use colors in its CSS. I’m talking about the white background and black text that is in this plugin’s CSS. Out of all the sites I maintain and do for my clients, very few would look good with the white blocks and black text.

    My suggestion is to remove all CSS that has a color (that includes borders).

    https://wordpress.org/plugins/yourchannel/

Viewing 1 replies (of 1 total)
  • Plugin Author plugin.builders

    (@pluginbuilders)

    Hi, we’ve decided to not remove the background and link colors. None of the other users have complained about it. As you’re pretty comfortable with CSS, it’s quite easy to override them if you don’t want to get the pro version.

    li.yrc-item { background : #fff; }
    li.yrc-item a {color: #000; }

    As for the borders (we’ve applied border only to the active menu item), we cannot avoid it.

    Sorry for any incovenience.

Viewing 1 replies (of 1 total)
  • The topic ‘Can you make the styling more generic by removing colors from CSS, please?’ is closed to new replies.