• Closed
  • Robert Beauchamp
    Spectator
    March 3, 2015 at 7:58 am #15037

    I’m new to this so forgive me but I just installed Alora and I cannot for the life of me figure out how to:

    1. increase the size of font of the Site Title in the header (or change the font);
    2. Make the tagline appear in the header (I have it set to appear in area 4 of the header though I don’t know where area 4 is); and
    3. Change the font size and opacity of the phone and email in the header?

    Thank you for any help.

    Mohammad Abdullah
    Spectator
    Posts: 20
    March 3, 2015 at 11:00 am #15049

    Dear Robert Beauchamp

    thank you for your post . please sent your website URL so that i can see
    or add this code is ur css file

    for Site Title and font change

    #logo, #logo a {
    font: bold 50px Roboto;
    letter-spacing: -0.03em;
    }

    its much better if you sent me your website site so i can write custom code for u

    Note: please backup your css file before adding
    this code

    thank you

    Roman
    Spectator
    Posts: 3147
    March 3, 2015 at 11:04 am #15051

    1. you will need to upload a logo image for that. for now alora doesn’t include a text site title, will be added in the next updates
    2. it means Header #4 which you can set in Appearance -> Header -> Select a Header Layout
    3. insert in the Custom CSS field:

    #wrapper .header-social .phone-number, #wrapper .header-social .header-info, #wrapper .header-social a {
    color: #333!important;
    opacity:1!important;
    }