• I love this plugin but had an issue with the video description text being too small. I contacted them and they replied promptly with the following solution which worked well. Thanks EmbedPlus Team:

    “For font size, the CSS rules you should add to your theme are below. Note the “!important” part so that it will force your changes to have precedence. Change the percentages to your hearts content:”

    .epyt-gallery-title {
    font-size: 200% !important;
    }

    For bold titles, you’ll have to add this CSS rule to your theme:

    .epyt-gallery-title {
    font-weight: bold;
    }

  • The topic ‘Superb Customer Service & Excellent Plugin’ is closed to new replies.