• Resolved daphy

    (@daphy)


    Hi, I love this theme! It’s just perfect for my little project (https://foto-ritocco.it/), but somehow I can’t add a custom header (a photo) at the top of my homepage, please can you help me?
    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for choosing Tracks!

    This can be done by customizing Tracks with a “child theme“. The header image can be included in the header.php file to be displayed at the top of the site on all pages. This will require a bit of PHP and CSS.

    As an alternative, there is a header image feature in Tracks Pro that makes it easy to upload and display an image at the top of the site.

    Thread Starter daphy

    (@daphy)

    Hi Ben,
    thank you for your reply. The cost of Tracks Pro for one domain is not bad…I will think about it ??
    Cheers

    Thread Starter daphy

    (@daphy)

    Please Ben, one last question: I can’t see the primary menu on ipad and mobile, please can you help me? Hope my request doesn’t exceed the kind of help you can give here.
    Thank you!

    Thread Starter daphy

    (@daphy)

    this is what I’ve added as custom css:

    .widget_recent_comments {
    display:none;
    }
    .widget_archive {
    display:none;
    }
    .widget_categories{
    display:none;
    }
    .widget_meta {
    display:none;
    }
    .widget_search {
    display:none;
    }
    body,
    .excerpt,
    #site-header {
    background: #dfdfdf;
    }
    #menu-primary-items a,
    #title-info a {
    color: #111;
    }
    .site-header
    .site-description {
    color: #000;
    }
    .site-header,
    #site-header {
    background: #fff;
    }
    .site-footer {
    background-color: #fff;
    padding-top: 3em;
    }
    .menu-footer-items a:link, .menu-footer-items a:visited {
    color: #000;
    }
    .sidebar-after-post-content, .sidebar-after-page-content {
    padding: 0;

    Thread Starter daphy

    (@daphy)

    Got it…solved. ??

    Theme Author Ben Sibley

    (@bensibley)

    Great glad to hear that! Let me know if anything else comes up.

    Hello,

    I want to show in the Header the text in two lines, like in the footer. Title & subtitle in a smaller font.

    Thanks

    Heinz
    https://Www.line1.de

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Add a custom header’ is closed to new replies.