Tagged: x
-
AuthorPosts
-
December 6, 2016 at 10:35 am #1283316
GarryParticipantHi X theme,
I want to ask about Image caption size.
I find some code on the foru and applying it.
But I only can remove all caps text.
I want to made the font size really small and left align, I tried some codes but not works at all.
Please help me.
Thankyou guysDecember 6, 2016 at 11:39 am #1283388
Prasant RaiModeratorHello Garry,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.wp-caption-text { text-align: left !important; font-size: 8px !important; }Thanks.
December 8, 2016 at 11:07 pm #1287050
GarryParticipantThis reply has been marked as private.December 8, 2016 at 11:19 pm #1287056
FriechModeratorHi There,
Thanks for the credentials, but which page did you placed the image with caption? Are you referring to the essential grids?
Please clarify.
Thanks.
December 9, 2016 at 7:54 am #1287334
GarryParticipantThis reply has been marked as private.December 9, 2016 at 9:10 am #1287422
JoaoModeratorHi There,
Please use :
.wp-caption-text, .wp-caption-text span a { text-align: left !important; font-size: 13px !important; }Hope that helps
Joao
December 9, 2016 at 10:24 pm #1288096
GarryParticipantThanks Joao Its worked.
But I have some more questions.
1. how can I remove the image border.
2. change caption position (image attached)
3. change caption font type.Thanks 🙂 !
December 9, 2016 at 10:50 pm #1288115
FriechModeratorHi There,
You can add this under Custom > CSS in the Customizer.
.content .wp-caption, .gallery-item {border:none;} .content .wp-caption .wp-caption-text { padding-left: 0; margin-top: 0; font-family: cursive, sans-serif; font-style: italic; }Where “cursive” is the name of the font that you want to apply.
Hope it helps, Cheers!
December 14, 2016 at 10:21 am #1292919
GarryParticipantThankyou very much its worked like a charm!
How can I know the fonts that supported for added to custom css code above?
and by the way, I have border-radius 5px for my image content, but it only apply on a image without caption, for the images with caption the corner isnt change to radius 5px. can you help me? thanksDecember 14, 2016 at 12:53 pm #1293116
DarshanaModeratorHi there,
Those fonts are known as generic fonts, so the browsers will render it.
Update your CSS rule as follows:
img { border-radius: 5px !important; }Hope that helps.
December 16, 2016 at 10:01 am #1295701
GarryParticipantThanks its worked! Um and how to change the caption font default color.
I see the default color is red I want to change it to black . thanksDecember 16, 2016 at 10:18 am #1295722
Prasant RaiModeratorHello Garry,
You can add this under Custom > CSS in the Customizer to change caption font color:
.wp-caption-text, .wp-caption-text span a { color: #000 !important; }Thanks.
December 27, 2016 at 6:27 am #1305606
GarryParticipantIm sorry it seems didnt work.
Please your help, thanks
thanksDecember 27, 2016 at 6:37 am #1305618
ThaiModeratorHi There,
I would like to check your website but it’s under construction mode.
Please provide us with your admin account so we can take a closer look.
Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
January 1, 2017 at 9:40 pm #1312092
GarryParticipantThis reply has been marked as private. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1283316 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
