Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #740449

    Hi,

    On my page at the top I am using the fullwidth easy slider – http://staging.wsmsnyc.org.s167849.gridserver.com/support-wsms

    Is it possible to change the CAPTION TITLE and CAPTION text font style ONLY on this one slider/instance?

    I would like the font GIVE FROM THE HEART to be “Open Sans Light, 53 pt” and the text GIVE WHAT YOU CAN to be “Open Sans Extra Bold, 55pt” Please see my mockup for what it should look like.

    Also, how do I make the button MAKE A GIFT larger (again JUST on this slider and any anywhere else)

    Mockup – https://postimg.org/image/c7r6z5ou5/

    #741947

    Hey navindesigns,

    Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit your slider to give it a custom CSS class. Then please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .your-custom-class .avia-caption-title {
        font-family: open sans!important;
        font-weight: 100!important;
    }
    .your-custom-class .avia-caption-content {
        font-family: open sans!important;
        font-weight: bold;
    }
    

    Best regards,
    Yigit

    #741968

    awesome thanks

    how do I decrease the space between the two lines?

    I tried the following on the caption title but it didnt work

    padding-bottom: 0px !important;

    #743933

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .supportslider .avia-caption-title { margin-bottom: -15px; }
    

    Best regards,
    Yigit

    #743968

    Looks better but can I move everything up to be at the center of the page?

    so GIVE FROM THE HEART, GIVE WHAT YOU CAN and the button MAKE A GIFT so all move up a bit so it looks like it is center vertically in that slider area

    #745767

    Hi,

    I checked the above links but it does not have the same slider as the mockup. Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.