-
AuthorPosts
-
October 12, 2015 at 3:28 pm #517410
Hi,
Is it possible to add frames around images in colour section. I usually use a plugin for this: https://wordpress.org/plugins/wp-image-borders/
The images dont look great and would look better with a frame around them.
Thanks
October 12, 2015 at 3:38 pm #517419Hey robertscott!
Sure, you can turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then give your images a custom class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class { border: 5px solid white; }If that does not help, please post the link to your website and a screenshot showing the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Regards,
YigitOctober 12, 2015 at 3:41 pm #517424Awesome Yigit lets try that. Thanks
October 12, 2015 at 3:43 pm #517427Hey!
Please do so and let us know so we can mark the thread as resolved or assist you further.
Cheers!
YigitOctober 12, 2015 at 3:44 pm #517428What would the code be to use different color instead of solid white?
.your-custom-class { border: 5px #color; } ??
October 12, 2015 at 3:47 pm #517431Hey!
It should be as following if you would like to use HEX value of the color
.your-custom-class { border: 5px solid #e2e2e2; }Best regards,
YigitOctober 12, 2015 at 3:57 pm #517446Hi Yigit,
That does’nt seem to work:
October 12, 2015 at 3:59 pm #517450Hey!
It does on my end – [please see screenshot in private content field below]
Please flush browser cache and refresh your page a few timesRegards,
YigitOctober 12, 2015 at 4:01 pm #517454Hi Yigit,
Yep the white one is fine but the top pink border isnt working
October 12, 2015 at 4:07 pm #517461Hi!
Please change the code to following one
.pink-img-border img { border: 3px solid #f7a69d; }Best regards,
YigitOctober 12, 2015 at 4:09 pm #517464Perfect
October 12, 2015 at 4:09 pm #517465 -
AuthorPosts
- The topic ‘Add frames around images in colour section’ is closed to new replies.
