Portfolio / title
-
Hello,
Is it possible to always keep the title of pictures in the portfolio? Reading my portfolio “L’argus de l’assurance” will be easier. Currently, the title is only discovered by passing the mouse. Visual effect guaranteed but not very visible in relation to my professional activity. Can you communicate me a CSS code to make the change?
Thanks
LaurentThe blog I need help with is: (visible only to logged in users)
-
Hi Laurent,
You can get the titles to display consistently by adding the following snippet to the CSS panel of the WordPress.com Customizer:
.portfolio-grid .hentry .entry-header .entry-title { top: 50%; visibility: visible; } .portfolio-grid .hentry .entry-header a { opacity: 1; }Let me know if that helps out or if you have any extra questions. :)
- The topic ‘Portfolio / title’ is closed to new replies.