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

    #1033270

    Hey 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 Shannon

    #1033442

    Yes.

    What shoud be the CSS code for the title of the slideshow element? I only have the code for the caption.

    #1033659

    Hi,

    The link that you gave doesn’t take me to the screenshot provided. Can you check it again?

    Best regards,
    Jordan Shannon

    #1033930

    Sorry, the slug changed.

    #1033958

    Hi,

    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,
    Yigit

    #1033964

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

    #1034200

    Hi,

    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

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