Before you ask please READ THIS

Works page image hover color

edited May 2013 in Beach Please Posts: 46
Hi,

That didn't take too long, did it? :-)

Just curious - can I change the hover color on the Works page? The default grey?

I'd like to have it more subtle, maybe even transparent. But need to keep the Work title there.

Thanks.

David

BTW - I am getting sooo many compliments regarding the site - you wouldn't believe. Big thank you! :-)

Comments

  • AirAir
    edited May 2013 Posts: 10,970
    bruno7 said: BTW - I am getting sooo many compliments regarding the site - you wouldn't believe. Big thank you! :-)
    That is just cause you are doing great job:-)

    Color of hover is now black :-) but with 70% opacity
    this is its CSS:

    .g-item .cov {
    background-color: rgba(0, 0, 0, 0.7);
    }
    So change it as you like:-)

    With regards.
    Post edited by Air on
  • Posts: 46
    Sorry...

    The CSS does not work.

    And also - images started disappear on my Works page. Sometime they're there, sometimes few of them are missing. Any idea what that might be?

    Thanks.

    http://www.davidbauer.cz/design/
  • Posts: 46
    Those images - might be only damn Explorer's thing - Firefox, Chrome and Safari no problems. ;-)
  • Posts: 46
    Don't know how you did that but it works now! :-)

    But I will need to change the Title and the Subtitle color as they became nearly invisible when I change the hover color to 20% black... ;-)

    Is there a way to have different colors for these two on the Works page?

    Thanks again!
  • AirAir
    Posts: 10,970
    bruno7 said: Sorry...

    The CSS does not work.
    Error in CSS or cache in browser or cache plugin - usually ;-)
    bruno7 said: Is there a way to have different colors for these two on the Works page?
    Use this CSS:

    .works-list-page .g-item .cov span{
    color: #fff;
    }
    .works-list-page .g-item .cov small{
    color: #9e9e9e;
    }
    With regards.
  • Posts: 46
    Brilliant!

    Thank you very much!

    D.
  • Posts: 46
    Yeah, check this out -

    http://www.davidbauer.cz/design/

    I left the background white and changed the title colors.

    So clean right now!

    :-)
  • AirAir
    Posts: 10,970
    You probably have some cache plugin cause I see default theme colors in places you have edited :-)

    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion