[8THEME] TITLE WITH TEXT: info about setting

This topic has 6 replies, 3 voices, and was last updated 8 years, 7 months ago ago by Jack Richardson

  • Avatar: erica11b
    erica11b
    Participant
    September 22, 2015 at 09:29

    Hello,
    I would like to know how to setting the block [8THEME] TITLE WITH TEXT:
    – which is the font name of “Design2”? I like very much and I want to use in some other texts in the website. It is also used in Victoria version
    – how can I change it or set a different text dimension?

    Thank you,
    Erica

    5 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 22, 2015 at 11:14

    Hello,

    Font family was used “”Cookie”,cursive”.
    You can change the font using this code in 8Theme Options > Typography > Custom CSS > Global Custom CSS:

    .title.design-2 h1 {
        font-size: 12px;
        font-family: "Cookie",cursive;
    }

    Write the values you need.

    Best regards,
    Jack Richardson.

    Avatar: erica11b
    erica11b
    Participant
    September 22, 2015 at 13:00

    ok thank you!

    Another question: I’ve set VARIANT 4 for Header Type, in 8Theme option.
    But the result is that i see a very big menu area: how can I set the dimension of this area (the height of the menu area)? Thank you very much for your support!
    Regards
    Erica

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 22, 2015 at 13:06

    Hello,

    Your logo has a big size that’s why menu area so big.
    Also try to add this code in Global Custom CSS in Theme Options->Typography->Custom CSS.

    .header-type-5 .header .navbar{
        padding: 0px 0;
    }

    Regards,
    Robert Hall.

    Avatar: erica11b
    erica11b
    Participant
    September 23, 2015 at 08:04

    Thank you,
    I have upload a smaller logo, the situation is better, but the white space above the logo is too much in the menu area, even if I put the code you tell me in “Theme Options->Typography->Custom CSS”.
    How can i set the code to have less space above the logo, and a little more space below the logo itself? Because it is attached to the slider.
    Thank you
    Erica

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 23, 2015 at 11:09

    Hello,

    I’ve added this code in Global Custom CSS:

    .header-type-5 .header .navbar{
        padding-top: 0px;
    }
    .framed .template-container {
        margin-top: 10px;
    }

    Please clear browser cache and check header now.

    Best regards,
    Jack Richardson.

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.