CSS code to change color of "like" block under video on front page
-
There is a solid black blockl with “Like” under video toward the bottom of front page on Creative Portfolio theme. Can the color be changed from black to something else using CSS? Thank you
The blog I need help with is: (visible only to logged in users)
-
Hi there, the following will change the background color to transparent.
#featured-video iframe { background: rgba(0, 0, 0, 0); }
- The topic ‘CSS code to change color of "like" block under video on front page’ is closed to new replies.