• Resolved teamvipr

    (@teamvipr)


    Is it possible to change the color of the blue border around the video and resize the Font size under the Thumbnails below the video?

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

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

    (@emarket-design)

    Go the plugin settings, adjust the bold ones and put the following code to Tools > Custom CSS field

    CHANGE COLOR:
    div.emd-container .carousel-inner .item.active iframe {
    border: 2px solid #9C27B0;
    border-radius: 4px;
    background-color: #000;
    padding: 5px;
    }
    CHANGE FONT SIZE:
    div.emd-container .panel-footer {
    font-size: 1.65rem;
    height: 70px;
    text-align: left;
    overflow: hidden;
    padding: 6px;
    }

    Thread Starter teamvipr

    (@teamvipr)

    @emarket-design thanks for your fast response, but both change arent displayed on the paged. I set the color to #BBBBBB and font size to 14px, but its unchanged on the site.

    Plugin Author emarket-design

    (@emarket-design)

    Please try adding !important. For example,

    CHANGE SIZE:
    font-size: 1.65rem !important;

    CHANGE COLOR:
    border: 2px solid #9C27B0 !important;

    If it does not work, then you are missing a semicolon or another issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Recolor Video Border and change Font size?’ is closed to new replies.