Change size and font for presentation page "titles"

  • Author
    Posts
  • #12865
    Valerie Littlewood

    Hi there Could anyone tell me where to change the type size and font for the two “titles on the presentation page, the ones which go above the slider and between the slider and the columns. If possible I would like different fonts for each.

    #12868
    Jim

    Hi Valerie

    There is nothing is the Parabola Settings so has to be done via custom CSS at:

    #front-text1 h1, #front-text2 h1.

    Just a note, I changed mine but then had an issue with responsiveness see here:

    http://www.cryoutcreations.eu/forums/t/un-responsive-title-text

    I hope this helps

    Jim…

    #12900
    val

    Hi there Jim, Many thanks I have tried to substitute H2 for the H1 but it just becomes very small and justified to the left. But I will keep trying. I am wondering where I find the definitions of H1 H2 etc. Perhaps I need to change one of these?
    Its a good theme and I am going to persevere.
    Val

    #12902
    Jim

    Hi Val

    I just went and grabbed the CSS within that element and changed things like font size, colour, font family etc. then saved it in the customCSS area within Parabola.

    Ended up with something like this in the custom CSS area.

    #front-text1 h1, #front-text2 h1 {
    clear: both;
    color: #FFF5EE;
    display: block;
    float: none;
    font-family: marck script;
    font-size: 32px;
    line-height: 32px;
    margin: 35px auto;
    text-align: center;
    text-shadow: 0 1px 2px #000000;
    }

    It does change the text to the same for both the top and bottom titles so you may need to investigate that further.

    I hope this helps…

    Jim…

    #21434
    Johanna

    Hi, I can’t find where to change this. I have very little experience of ccd. Can you be more specific where and how. I also want to make the text (extra) smaller and lighter. Thank you!
    Johanna

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Change size and font for presentation page "titles"’ is closed to new replies.