Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #651989

    I have a number of special heading blocks, they all use exactly the same parameters.

    I have used the Advanced Styling feature to change H1 tags to use the Oswald font.

    However, only two of the Special Headings are using Oswald, all the others are stuck using Helvetica Neue and I cannot see any reason why these blocks are not using the correct font.

    Any idea?

    #652502

    Hi seanchk,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .av-special-heading-tag {
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    }

    Cheers!
    Rikard

    #652591

    Thanks Rikard,

    That appears to have fixed the first part of my problem.

    There is also a very strange issue with this code

    [av_heading tag='h1' padding='10' heading='CUSTOMER REVIEWS' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#000000' size='50' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_hr class='invisible' height='-40' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_hr class='short' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_heading tag='h1' padding='10' heading='OUR DJs' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#000000' size='50' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_hr class='invisible' height='-40' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_hr class='short' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    

    This should display 2 headings each with a short HR underneath. You will see that the code is identical, only the heading text is different.
    However, they appear different on the site.

    And when I pasted the code into the bottom of the page to double check it the results were different again….

    I’m completely confused about why this outputs 2 different results.

    I’ve also just noticed that although the special headings are now using the same font they are still not the same…. they are all set to be black but some are grey. Why are some of these settings being ignored?

    Can you help and explain?

    #653808

    Hi,

    I used your shortcodes on my own installation and they are displaying the same results always for me. I think some CSS code on your end is causing this. Remove all customization to check which one could cause it. Make sure that caching is not enabled and that your browser cache is always cleared.

    Best regards,
    Andy

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