-
AuthorPosts
-
June 2, 2017 at 2:22 pm #803034
Dear Team,
How to change the Caption Title font to Indie Flower.
i have tried below code not helps.div .slideshow_caption h2 {
font-family: “Indie Flower” !important;
margin: 0 auto;
font-size: 84px;
font-weight: normal;
margin-top: 390px;
line-height: 100px;
text-transform :none;
}June 2, 2017 at 4:10 pm #803082Hey Vadivel,
Try to add the following instead:
h2.avia-caption-title{ font-family: “Indie Flower” !important; }
Be sure that your site is able to access that font either through loading to the theme folder or linking to it via CDN.
Best regards,
Jordan ShannonJune 2, 2017 at 4:22 pm #803088Not Working, current code in quick css.
div .slideshow_caption h2 {
font-size: 84px;
font-weight: normal;
line-height: 100px;
margin: 330px auto 0;
text-transform: none;
}
h2.avia-caption-title{
font-family: “Open Sans” !important;
}June 2, 2017 at 4:24 pm #803090Hi,
Remove this:
div .slideshow_caption h2 { font-size: 84px; font-weight: normal; line-height: 100px; margin: 330px auto 0; text-transform: none; }
Add what you need to the css I gave you, and be sure to add it to the very top of quick css.
Best regards,
Jordan ShannonJune 2, 2017 at 4:36 pm #803095No Luck. after removing below entry
div .slideshow_caption h2 {
font-size: 84px;
font-weight: normal;
line-height: 100px;
margin: 330px auto 0;
text-transform: none;
}June 2, 2017 at 5:34 pm #803129Hi,
Please provide admin info so we can log in and take a look at this further.
Best regards,
Jordan ShannonJune 2, 2017 at 6:12 pm #803145Please find details
June 2, 2017 at 7:22 pm #803169Hi,
This is fixed. I don’t think you had the font installed so I imported it for you.
Best regards,
Jordan ShannonJune 5, 2017 at 11:55 am #803831Hi,
Thanks, font is not working as per the exception.
Please find the below font style, Same font style is not workings in page.
https://fonts.google.com/specimen/Indie+Flower?selection.family=Indie+FlowerJune 5, 2017 at 3:32 pm #803983Hi,
I see the font-size in the header. If I am mistaken please let me know.
Best regards,
Jordan ShannonJune 5, 2017 at 3:48 pm #803992I am looking for same font style, the style is listing not matching.
https://fonts.google.com/specimen/Indie+Flower?selection.family=Indie+FlowerJune 5, 2017 at 3:57 pm #803999Hi,
That is the India Flower font. If you look at quick css, that is the exact font I am importing. You can modify it how ever it suits you via GoogleFonts and replace my import in quick css if you need to.
Best regards,
Jordan ShannonJune 5, 2017 at 4:18 pm #804012I have already had look at quick css.
The font style is not matching with google view. Please find the below font sample mismatch.
http://dev.srinagasai.com/demo2/wp-content/uploads/2017/06/testfont.jpgJune 5, 2017 at 4:27 pm #804015Hi,
That is not an issue of the theme. That is how the browser is outputting the font. You can make adjustments via the Google fonts dash to better match it to what they have if possible.
Best regards,
Jordan ShannonJune 6, 2017 at 4:40 pm #804569Thanks!
June 6, 2017 at 4:43 pm #804572Hi,
No problem, if you need any additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘How to change the Caption Title font to Indie Flower’ is closed to new replies.