Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #386525

    Hi,

    is it possible to create a border line within featured images, a internal white frame?

    Regards,
    Frank

    #386999

    Hi scfran!

    Please add following code to Quick CSS

    .big-preview.single-big img {
    border: orange solid 4px;
    }

    If that does not work, please post a screenshot and show the changes you would like to make and a link to your website.

    Cheers!
    Yigit

    #387071
    This reply has been marked as private.
    #387585

    Hi!

    I’m not sure which of these images or screenshots to check. Can you please provide a link to the actual page?

    Regards,
    Ismael

    #387589

    Hi Ismael,

    now there is only one image. The site is in maintenance mode, it is only possible by login.

    Regards,
    Frank

    #388140

    Hey!

    You can try something like this:

    .big-preview.single-small .avia-post-format-image a:before {
    content: '';
    display: block;
    width: 80%;
    min-height: 80%;
    background: transparent;
    z-index: 10;
    position: absolute;
    padding: 100px;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    }

    Regards,
    Ismael

    #388151

    Hi Ismael,

    thank you, but it doesn’t work for me. There’s no inner white border line visible on the image.

    Regards,
    Frank

    #388738

    What could be rong?

    Regards,
    Frank

    #389163

    Hi!

    The code above works fine on our installation. Please provide a link to the actual page with the featured image.

    Best regards,
    Ismael

    #389203
    This reply has been marked as private.
    #389906

    Hey!

    I tried to login to the site but the I got an error:

    Du hast nicht die erforderlichen Rechte, um auf diese Seite zuzugreifen.

    Cheers!
    Ismael

    #389916

    Hey Ismael,

    I’m sorry, now it works!

    Best regards,
    Frank

    #389928

    Hey!

    Check it now: http://www.frank-schettler.de/blog/

    Regards,
    Ismael

    #389974

    Hey Ismael,

    great, muchas gracias!
    What have you done? It seems to be the same code in quick css!?

    Regards,
    Frank

    • This reply was modified 9 years, 9 months ago by scfran.
    #390078

    Hi!

    I asked Ismael to check the topic once again to tell you the changes he made. Please kindly wait to hear from him.

    Cheers!
    Yigit

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.