- This topic has 3 replies, 3 voices, and was last updated 4 years, 7 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › WP Photo Seller Album font size too small
Tagged: change font, change size
Hello,
How do I change the font size of the Titles of the Albums and Galleries to the same size and font color as the Titles of each image within a gallery.
Right now, the font is so small it is hard to read. My site is at eventphotos.newbiephoto.net.
Your help is greatly appreciated. Thank you.
You can modify this for your particular situation by using
custom CSS code.
1) Go and grab the following plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Then add the following CSS code in the settings of the above plugin:
.entry-content #albumcontainer .album_item_bottom_t2{
padding: 20px 0px 20px 0px;
}
.entry-content #albumcontainer .album_item_bottom_t2 .album_item_name_t2{
font-size: 13px;
}
Awesome, Thank you!
After uploading the above plugin and css code, where can I go to change the size and font?