hover color not showing
-
Hi, I have edited otw-portfolio-light to match a twentyten child site ( https://www.cmorais.com.br/novo ). The portfolioo itself is under ¨PROJETOS¨ menu.
What I did was to edit the otw-portfolio-style.css , line 482:
.block-grid > li {
display: block;
height: auto;
float: left;
}to:
.block-grid > li {
display: block;
height: 240px;
float: left;
}so I could hide the text with the info inside the portfolio item. What I could figure so far is that, for portfolio itens that doesen’t have text, I can see the red semi-transparent hover on the portfolio page. The ones that have info typed inside, doesen’t have the colored hover.
I also notice that, when inspect the page, the {div class=¨text entry-content¨} for the portfolio itens that don’t have the info text is placed inside the while he portfolio that has info text ( and no colored hover ) the {div class=”text entry-content”} is outside the right below it.
I tryed to replace the plugin with a fresh one but still get the same result.
How can I fix that?
- The topic ‘hover color not showing’ is closed to new replies.