-
AuthorPosts
-
October 6, 2015 at 1:20 am #514097
is there a way to do the following to the caption titles:
1. I would like to change the font in the caption title to Lobster font. I want it to be upper and lower case. I was thinking that in the Advanced Styling I could choose Lobster as my H6. In that way I would just need to apply H6 to the caption titles
2. lower the Center Frame about 20 px
3. raise the center frame so it is near the top maybe about 40 pxI am not very code-savvy, It has four sliders with a different caption for each so how do I define which slider I am adding css to?
see it here
http://cttdev2.cagraphicdesign.biz/Thanks
Claudia- This topic was modified 9 years, 2 months ago by cagraphicdesign.
October 6, 2015 at 4:11 pm #514503Hi cagraphicdesign!
Add this to your custom CSS.
div .slideshow_caption h2 { text-transform: none; font-family: Lobster; } .caption_center_framed h2 { top: -40px; position: relative; }
Regards,
ElliottOctober 9, 2015 at 4:55 pm #516572Thanks! it worked. However I made some changes so now the custom css will need to reflect this.
1. I changed the font to Pacifico which was no problem. However I noticed that whatever font I use in the caption titles, they look bolded. Is there a way to display titles unbolded?
2. They are no longer on a framed background and I do not know the correct code terminology for that so the positioning code was no longer working. That said, below are revised positions:
3. I need to move UP the Center position about 50 px
4. positioning: I need to move UP the Bottom position about 30 pxThank you again for your help!
ClaudiaOctober 10, 2015 at 6:37 pm #516857Addendum to the above first question about the font being bolded. I discovered that it is an issue with Google Chrome and how it renders certain google fonts. It did not behave that way in Safari or Firefox.
So I just await your response to questions 2 – 4
ThanksOctober 12, 2015 at 9:08 pm #517687Hey!
If you need to move them up further then just increase the -40px value. Can you take a screenshot and highlight the exact changes your trying to do?
Cheers!
ElliottOctober 12, 2015 at 11:16 pm #517753Sorry, your response to this message came after my other message I posted. The client changed a bunch of things so I now have a new issue about these captions which I posted on another query. So let’s close this out and I will continue on with the other query which, by the way, you had responded to already
Thanks for your understanding.October 13, 2015 at 1:21 pm #518051Hey!
alright, let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Regards,
Andy -
AuthorPosts
- The topic ‘fullwidth Easy Slider caption changes’ is closed to new replies.