Hi.
Can you please tell me how to change the font weight and size of the portfolio titles when they are opened in
AJAX format?
Please click on any portfolio image on this page (portfolios are towards the bottom) and you will see the titles look like this..In bold I would to change that..
Hey midischool!
sure, use this code in Quick CSS field:
h2.portfolio-preview-title.entry-title {
font-weight: normal;
font-size: 12px;
}
and adjust as needed.
Best regards,
Andy
Perfect many thanks, works a treat !