• Resolved lofesa

    (@lofesa)


    In the front.css the relpost-block-single class has border:0 !important this overwrite the relpost-block-single class inlined by plugin settings, the border-left and the border-rigth settings, so the style selected in setttings don´t apply.
    I use autoptimize so the front.css is merged with other css files and loaded before the inlined one, if this matter.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Muhammad Arslan

    (@wparslan)

    Hi @lofesa

    The border size is not changeable from the Related Posts Thumbnails settings.
    For simplicity, The border size is by default set to 0.

    Looking Forward.

    Thread Starter lofesa

    (@lofesa)

    Hi
    Yes, the border size is not changeable in the settings, but this css is generated and inlined:

    .relpost-block-single {
        background-color: #fff;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        margin-right: -1px;
    }

    The #fff is the color I´ve put in settings, if none is selected then a default color is set, but this is overwrited by the border:0 !important in the front.css file, so if you select a color for the border this never show.

    See this: Css image

    Plugin Support Muhammad Arslan

    (@wparslan)

    Hi,

    Yes, you are right @lofesa
    This fix is sent to the development team and will be fixed in the next release.

    Regards,
    Team Related Posts Thumbnails.

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

The topic ‘relpost-block-single css change’ is closed to new replies.