• Hi!

    My site is sufey.org and I have five questions:

    1) How do you install a multiple-image header with a link to different pages (not posts)? Is it available on all themes, or would I need to code it?

    Example: http://www.semperviva.com

    2) How do I install a drop-down menu with a header that shows text when clicked?

    Example: http://www.yyoga.ca/teachers-college/300-hour-teacher-training/ (Dates, Tuition, Sample Schedule, etc)

    3) How do I add a e-newsletter signup as a thin horizontal header below my main one?

    Example: http://www.marieforleo.com

    4) How do I add custom social media icons within my header menu? (Little round circles instead of text)

    5) How do I change my primary font size?

    Thank you so much!! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • Are you hosted on wordpress.com? If so best to ask their support service as they have benefits and restrictions that don’t otherwise apply.

    That’s a lot of questions for one thread!
    I’ll tackle #5.
    5) How do I change my primary font size?
    In your child theme’s style.css, try adding the following:

    .entry-content {
      font-size: 12px;
    }

    This should set all of the text inside the main portion of your pages and posts to 12px.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customization: flexible header, drop-down menu, social media & e-newsletter!’ is closed to new replies.