CSS for selecting all images in a page
-
[ Moderator note: moved to Fixing WordPress. Please do not use Developing with WordPress for these topics. ]
Hello,
I would like to reduce opacity of the picture which is on my frontpage.
https://www.clementchambaud.comI find this `img {
opacity: 0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */
}`
but of course it select all images of the entire website.
I have the solution to select the picture in my frontpage specifically but in case I need to change of picture, I think it is more simple to apply the style to all images in the page.How could I do that ?
Thanks for your help
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘CSS for selecting all images in a page’ is closed to new replies.