Is there any way to change the font of the title of photos? Is there a way to not show the image info i.e. Camera and Aperture?
The blog I need help with is signaturedesignphotography.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Is there any way to change the font of the title of photos? Is there a way to not show the image info i.e. Camera and Aperture?
The blog I need help with is signaturedesignphotography.wordpress.com.
Is there any way to change the font of the title of photos?
Yes, but you need a custom design upgrade to do it.
Is there a way to not show the image info i.e. Camera and Aperture?
See what Staff say or don't say in this thread please > http://en.forums.wordpress.com/topic/new-gallery-features-exif-data?replies=30
I do have the design upgrade. Would you happen to have the code to change the font?
You're so helpful, thank you so much! I'm going nuts trying to move my iweb blog over to wordpress.
I'm sorry but I don't help with CSS editing. All I can do is flag this thread so it will be moved to the CSS Forum where you can get help, so that's what I'll do. :)
:)
Is there any way to change the font of the title of photos?
This will change the font for titles in the image Carousel:
.jp-carousel-left-column-wrapper .jp-carousel-titleanddesc div {
font-family:monospace!important;
}
Change "monospace" to a font stack of your choice.
Is there a way to not show the image info i.e. Camera and Aperture?
To hide the EXIF data and the 'View full size' link in the image Carousel and space out the other column to take its place, add this to your Appearance → Custom Design → CSS editor:
.jp-carousel-image-meta {
display:none;
}
.jp-carousel-left-column-wrapper {
width:100%!important;
}
This topic has been closed to new replies.