Forum replies created

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

    Yes – I did post that I had an error in the code – and now that I know there are no settings I was able to set up the CSS to do what i needed. There are so many settings in the theme that I just wanted to be sure I was not using CSS if not necessary.

    Sue

    Sue Young
    Spectator
    Posts: 96
    May 1, 2017 at 4:59 am #33565
    This reply has been marked as private.
    Sue Young
    Spectator
    Posts: 96
    April 29, 2017 at 1:21 pm #33560

    My error – the copy and paste added extra characters, the leave a reply coded did work – sorry about that.

    Thanks!
    Sue

    Sue Young
    Spectator
    Posts: 96
    April 29, 2017 at 1:10 pm #33559

    The leave reply does not work – thanks for the other advise

    Sue

    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.

    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

    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

    Sue Young
    Spectator
    Posts: 96
    April 28, 2017 at 2:38 pm #33534

    Thank you!

    Sue Young
    Spectator
    Posts: 96
    April 28, 2017 at 3:30 am #33521

    Solved this – turns out it was one of my plug ins.

    Sue