• Closed
  • Sue Young
    Spectator
    April 28, 2017 at 4:52 am #33522

    I have added a custom footer and specified h2 as the font (for example) but what is displayed is not h2 – the font and the color is wrong. I have searched the setting and can’t find anywhere to set the font info for the footer and can’t figure what is overriding the h2 setting. Help please
    http://calvarypresbychurch.org/new/

    Sue
    Evolve +

    Priyank
    Spectator
    Posts: 747
    April 28, 2017 at 9:08 am #33528

    Hi,

    You can use below custom css style for customizing H2 font in the footer.
    .footer .container-footer h2 {
    color: #333;
    font-weight: 400;
    font-family: Alex Brush;
    font-size: 30px;
    }

    Thank you

    Sue Young
    Spectator
    Posts: 96
    April 28, 2017 at 2:43 pm #33535

    Thank you – this is helpful. I tried to do the same for h3 and h5 in the footer as shown but only the h2 (as per your code) and the h5 work – the h3 does not. Any idea of why? I am a bit confused that this needs CSS because the available HTML tags and attributes in the custom footer area the the theme options show all of the header tags. Shouldn’t the setting for these headers in the website work within the footer, or shouldn’t there be a place in the options to set the header tags for the footer?

    My code for h3 and h5:

    .container container-footer h3 {
    color: #333;
    font-weight: 400;
    font-family: Palatino Linotype;
    font-size: 24px;
    }

    .footer .container-footer h5 {
    color: #333;
    font-weight: 400;
    font-family: Palatino Linotype;
    font-size: 15px;
    }

    Appreciate your help.

    Sue

    Priyank
    Spectator
    Posts: 747
    April 28, 2017 at 3:39 pm #33537

    Hi,

    In H3 tag you have given wrong css target check .container container-footer h3 but right is .footer .container-footer h3

    Thank you

    Sue Young
    Spectator
    Posts: 96
    April 29, 2017 at 12:26 am #33545

    Yes – I realized I copied the wrong code – that was my attempt to get this to work. It should have been as follows, but the h3 tag is still ignored.

    .footer .container-footer h2 {
    color: #333;
    font-weight: 400;
    font-family: Alex Brush;
    font-size: 30px;
    }

    .footer container-footer h3 {
    color: #333;
    font-weight: 400;
    font-family: Palatino Linotype;
    font-size: 24px;
    }

    .footer .container-footer h5 {
    color: #333;
    font-weight: 400;
    font-family: Palatino Linotype;
    font-size: 15px;
    }

    And what about: I am a bit confused that this needs CSS because the available HTML tags and attributes in the custom footer area the the theme options show all of the header tags. Shouldn’t the setting for these headers in the website work within the footer, or shouldn’t there be a place in the options to set the header tags for the footer?

    Thanks!
    Sue

    Priyank
    Spectator
    Posts: 747
    April 29, 2017 at 7:26 am #33550

    Hi,

    In your footer section, you haven’t put any h3 tag.
    http://prnt.sc/f24bo7
    And we will develope all heding tag setting for footer section and other in next feature.

    Thank you

    Sue Young
    Spectator
    Posts: 96
    April 29, 2017 at 1:06 pm #33558

    I have added a line in h3 to show you it does not work . I did not use it before because it does not function. Put this temporary line for you to see It is the 4th line.

    Priyank
    Spectator
    Posts: 747
    April 29, 2017 at 3:17 pm #33561

    Hi,

    Check any missing opening or closing bracket of your added code.
    If your problem does not solve please send wp-login details in private reply for check your issue.

    Thank you

    Sue Young
    Spectator
    Posts: 96
    May 1, 2017 at 4:59 am #33565
    This reply has been marked as private.
    Nilesh
    Spectator
    Posts: 37
    May 1, 2017 at 7:29 am #33570

    Hi,

    If you have to use this post as a private reply for send wp-login details. Private reply post is secure not see your credential details any persons.

    And if you have to use email for send wp-login details so use our contact service

    Send Us An Email

    Thank you

    Sue Young
    Spectator
    Posts: 96
    May 1, 2017 at 2:50 pm #33573
    This reply has been marked as private.