Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #171424

    My working site is as follows: http://thenicoledefeo.com/redesign

    I have a couple of questions regarding the header and footer.
    For the header

    1. How can I remove the small container above the logo (where the phone number would go) or decrease its container size while in the “Header with social icons and bottom navigation” mode

    2. How can I increase the size of the logo while in the “Header with social icons and bottom navigation” mode

    For the footer

    1. How can I change the font size and line spacing of the headers and paragraph text in the footer? I would like them to be at least 2pt size smaller.

    #171594

    Hello jennallocco!

    1) Please add following code to Quick CSS in Enfold theme options under Styling tab

    #header_meta { display: none; }

    2) I would suggest you not to use the code in 1, but use following instead if you would like to make your logo larger

    #header_meta { box-shadow: none; }
    .logo { height: 115%; top: -17px; }

    3)

    #footer .widgettitle { font-size: 12px; letter-spacing: -1px; }

    Cheers!
    Yigit

    #171694

    Thanks Yigit

    That seemed to work for the header and the footer column titles but I would like to decrease the paragraph copy in the footer as well.. Can you advise?

    And Kudos to kriesi.. I really love working in this theme.

    #171700

    Hi!

    Can you post a screenshot and show where exactly you would like to change?

    Regards,
    Yigit

    #171707

    The site is http://thenicoledefeo.com/redesign

    In footer, the text underneath the words “Join the Tribe” Sentence starts with “Start the rise by receiving”… I would like to decrease the size of the font slightly as well as the line spacing (spacing between the sentences)

    Thx
    Jenn

    #171717

    Hello!

    Please add following code and adjust as desired

    #footer .widget { letter-spacing: -0.01em; }

    Best regards,
    Yigit

    #171726

    Thanks

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Header and Footer’ is closed to new replies.