title of contacts
-
I would like that the titles of my contact pages appears like my portofio pages, just when I click in the page
The blog I need help with is: (visible only to logged in users)
-
You can do that if you add the code below, it will make the semi-transparent background and text appear when you mouse over the image:
`.page-template-full-width-grid-page .grid-item .hentry {
padding: 0;
}.page-id-602 .entry-title a {
background: rgba(0,0,0,0.7);
opacity: 0;
}.page-id-602 .entry-title a:hover {
opacity: 1;
}
- The topic ‘title of contacts’ is closed to new replies.