customize Photolia theme header
-
Hello,
i would love to add my own header and the image appear exactly as the file i am attaching. when i tried to add a file it apprears like it has an opacity filter on it, so the image looks grayed out.
thank you!
The blog I need help with is: (visible only to logged in users)
-
#masthead .wrap .header-text { background: rgba(0, 0, 0, 0); }If you are using the theme’s original CSS, locate and change that 0.1 to 0 as it says above.
If you are “adding”, add what I put above, and if it doesn’t work, add ” !important” after the rgba(0, 0, 0, 0).
background: rgba(0, 0, 0, 0) !important; -
- The topic ‘customize Photolia theme header’ is closed to new replies.