Adding borders
-
How can I add a border to the featured images in posts? Or for that matter, pages?
Thanks.
The blog I need help with is: (visible only to logged in users)
-
Hi! This can be done via the Custom CSS upgrade:
-
@abreujamil
This is the CSS editing forum and the blog is private so leave these threads for Staff please. -
Hi there, to add a border to featured images in Dynamic News, add the following CSS and edit the hex color code and width as desired.
article .wp-post-image { border: 1px solid #0022cc; }
- The topic ‘Adding borders’ is closed to new replies.