-
AuthorPosts
-
January 31, 2017 at 12:29 am #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/
February 2, 2017 at 6:01 pm #741947Hey 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,
YigitFebruary 2, 2017 at 6:38 pm #741968awesome 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;
February 7, 2017 at 3:07 pm #743933Hi,
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,
YigitFebruary 7, 2017 at 4:52 pm #743968Looks 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
February 11, 2017 at 3:15 pm #745767Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.