-
AuthorPosts
-
November 13, 2018 at 12:00 pm #1032946
Hi, how can I make the font for the slideshow title and caption to be Open Sans only for this page?
I added this code:
.page-id-92001 .avia-caption-content.av_inherit_color p { font-family: 'Open Sans' !important; }But it made no change. It does work on other pages I used it on. And it’s only for the caption. For this page I need to also change the title.
Thanks.
November 14, 2018 at 12:25 am #1033270Hey DROR,
Did you add your css to the very top of quick css so it runs first. Also clear the cache a few times over.
Best regards,
Jordan ShannonNovember 14, 2018 at 11:27 am #1033442Yes.
What shoud be the CSS code for the title of the slideshow element? I only have the code for the caption.
November 14, 2018 at 8:59 pm #1033659Hi,
The link that you gave doesn’t take me to the screenshot provided. Can you check it again?
Best regards,
Jordan ShannonNovember 15, 2018 at 1:19 pm #1033930Sorry, the slug changed.
November 15, 2018 at 1:56 pm #1033958Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
.page-id-92001 h6.av-special-heading-tag { font-family: 'Open Sans' !important; }Best regards,
YigitNovember 15, 2018 at 2:13 pm #1033964Thanks, that worked. What about the sub title (caption)?
I’m using this:
.page-id-92001 .avia-caption-content.av_inherit_color p { font-family: 'Open Sans' !important; }But it’s not working.
November 16, 2018 at 1:12 am #1034200Hi,
Add this to quick css:
.page-id-92001 .av-subheading.av-subheading_below.av_custom_color p{ font-family: 'Open Sans' !important; }But you will have to find and remove this:
.av-subheading.av-subheading_below.av_custom_color p { font-family: 'Reforma Light'!important; font-weight: 300!important; }Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.
