Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1045175

    Hi support.

    I am trying to make the H3 on the blog page (grid view) look like this:

    h3.slide-entry-title.entry-title {
    font-family: silver-south-script !important;
    font-size: 72px !important;
    text-transform: capitalize !important;
    }

    The font is uploaded, but nothing happens :-/

    Page: the blog

    Thanks :-)

    /OKEIwebbureau

    #1045178

    First of all – i do not see your code in your source!
    maybe that is the main reason for not working ;)

    try refreshing all caches and on Enfold refresh the mergered css and js file on Performance

    and PS : 72px will be to big i think – and this font seems to be a capital letters only font. So text-transform will be without influence

    #1045180

    Hi Guenni007,

    That’s strange… the code has been added to quick css.
    Should I add the code to custom.css instead in the child theme?

    I have used “Use Any Font” to upload the fonts, that I need.
    And I have been able to use them with success on other parts of the website.

    Thanks :-)

    /OKEIwebbureau

    #1045181

    First : see comment on caches ! and performance settings of Enfold.

    Then it might be on your quick css some “orthographic” mistakes – that means more or less syntaxical errors
    a missing Bracket or semicolon etc. pp everything after that error will then be ignored.

    #1045183

    on lline 377 there is a missing bracket:
    on : #av_section_1 .container

    #av_section_1 .container{
    margin-buttom: -50px!important;
    
    h1{
    font-family: silver-south-serif !important;
    font-size: 72px !important;
    text-transform: capitalize !important;
    }
    
    h2{
    font-family: silver-south-serif !important;
    font-size: 42px !important;
    text-transform: capitalize !important;
    }
    
    h3.slide-entry-title.entry-title {
    font-family: silver-south-script !important;
    font-size: 72px !important;
    text-transform: capitalize !important;
    }
    • This reply was modified 5 years, 11 months ago by Guenni007.
    #1045187

    WOW – Guenni007 !!

    You are very good – thanks for helping out :-)

    Everything works well again. Next time I will recheck the codes..

    Have a wonderful day :-)

    Please close.

    /OKEIwebbureau

    #1045556

    Hi,

    Great, glad you got it working and thanks to @guenni007 for helping out :-)

    I’ll close this thread for now then, please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change H3 on blog page (grid view)’ is closed to new replies.