Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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 px

    I 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

    #514503

    Hi 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,
    Elliott

    #516572

    Thanks! 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 px

    Thank you again for your help!
    Claudia

    #516857

    Addendum 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
    Thanks

    #517687

    Hey!

    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!
    Elliott

    #517753

    Sorry, 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.

    #518051

    Hey!

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘fullwidth Easy Slider caption changes’ is closed to new replies.