-
AuthorPosts
-
January 27, 2015 at 7:13 pm #386525
Hi,
is it possible to create a border line within featured images, a internal white frame?
Regards,
FrankJanuary 28, 2015 at 3:24 pm #386999Hi 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!
YigitJanuary 28, 2015 at 4:19 pm #387071This reply has been marked as private.January 29, 2015 at 9:42 am #387585Hi!
I’m not sure which of these images or screenshots to check. Can you please provide a link to the actual page?
Regards,
IsmaelJanuary 29, 2015 at 9:54 am #387589Hi Ismael,
now there is only one image. The site is in maintenance mode, it is only possible by login.
Regards,
FrankJanuary 30, 2015 at 8:43 am #388140Hey!
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,
IsmaelJanuary 30, 2015 at 9:18 am #388151Hi Ismael,
thank you, but it doesn’t work for me. There’s no inner white border line visible on the image.
Regards,
FrankJanuary 31, 2015 at 12:58 pm #388738What could be rong?
Regards,
FrankFebruary 2, 2015 at 7:31 am #389163Hi!
The code above works fine on our installation. Please provide a link to the actual page with the featured image.
Best regards,
IsmaelFebruary 2, 2015 at 9:33 am #389203This reply has been marked as private.February 3, 2015 at 9:46 am #389906Hey!
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!
IsmaelFebruary 3, 2015 at 9:58 am #389916Hey Ismael,
I’m sorry, now it works!
Best regards,
FrankFebruary 3, 2015 at 10:14 am #389928February 3, 2015 at 11:19 am #389974Hey 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.
February 3, 2015 at 2:24 pm #390078 -
AuthorPosts
- You must be logged in to reply to this topic.