I’m looking at how to make the image a bit Opaque (dimmer) so the text will stand out more. What CSS code do I enter to the additional CSS in the theme settings if there is any?
Regards,
Jake.
What features will the Pro version entail? I read that we could add 2 images as part of a single watermark.
Can we manually remove the code for User roles options? I don’t want to risk any security flaws that could take place in the future because of this opening to non-admin users.
Thank you and I’m happy I found your plugin and looking forward to the Pro version.
]]>I have been running the SquareX theme for a couple of weeks now and love it. I have had on-going problems with my previous theme (Hamilton/Minimalist) so jumped ship to SquareX.
I have only one reservation about the theme. When the cursor hovers over the blog posts on the landing page the opacity of the white while hovering is too great, I would like to lower it. At the same time while viewing in the mobile mode the black opacity is too high resulting in the images being too dark.
Any help in regards to changing this would be a great help. Thanks in advance,
Kind Regards,
Andy.
]]>I am trying to copy the look of this site AFTER the splash page: https://mirandabrooks.com
I want to have my images at low opacity until hover, with the title coming up on hover too.
Here is my site: https://www.wenonahwebster.com/
Any help would be very appreciated.
Thanks!
]]>Thanks
img
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
img:hover
{
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}
thank you!
]]><?php the_content('<img src="https://i26.photobucket.com/albums/c104/ba_lan/ReadMore.jpg" border="0" alt="Photobucket' . bloginfo('template_directory'). '/images/leaf.gif" alt="read more" title="Read More..." />'); ?>