• Resolved MyHairWebsite

    (@myhairwebsite)


    I am trying to make the title overlay appear permanently instead of only when an image is hovered over.

    I have played around in CSS with #portfolio a.title-overlay but it has not worked. I also want to change the overlay color that appears on top of the images as well.

    Has anyone been able to do this successfully?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Devin Price

    (@downstairsdev)

    Make sure you’ve upgraded to the latest version (2.0).

    Something like this should work:

    .portfolio-view .hentry h3 { display:block; z-index: 1; }

    Color overlay:

    .portfolio-view .hentry:hover { background: green; }

    The older versions are more difficult to change because javascript is involved.

    Hi!!

    And is possible to inverse the overlay?

    Always show the title but disappear with hover…

    thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Title Overlay’ is closed to new replies.