Issues with logo / header - by mrmzalewski

This topic has 21 replies, 3 voices, and was last updated 8 years, 3 months ago ago by Eva Kemp

  • 20 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    December 21, 2015 at 21:11

    Hello,

    You can upload logo for all pages in Theme Options > Header, and use different logo only for home page in Pages > edit your home page > upload logo in “Custom Logo image” section in Page Layout box.

    Regards,
    Eva Kemp.

    Avatar: mrmzalewski
    mrmzalewski
    Participant
    December 21, 2015 at 22:27

    hi there,

    thanks, how do i decrease the size of the header? it’s really big, i would like it the same size as the sticky header. Can i indicate the size of of the header somewhere- i would like the header to look exactly like the sticky header- i prefer it that height?

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 22, 2015 at 08:41

    Hello,

    Please try add this code in Theme Options->Custom CSS->Global Custom CSS.

    .navbar {
        padding: 20px 0;
    }

    Regards,
    Robert Hall.

    Avatar: mrmzalewski
    mrmzalewski
    Participant
    December 22, 2015 at 12:23

    Hi there,

    this seems to have only moved the logo up a bit, without changing the size of the white menu…

    I would like the header to be exactly 105px just like the fixed header.

    it appears there is something else causing the header to be so big, please see screen grabs

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 22, 2015 at 12:43

    Hello,

    Please provide us with link to the page and wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: mrmzalewski
    mrmzalewski
    Participant
    December 22, 2015 at 13:43

    Hi there,

    thanks a lot, login details to the wp-admin page below.

    can you please also sort out my footer issues (started another post about it)? I would be grateful if you could import the footer from the woopress demo into the static blocks so that i can edit- i also want the footer background in dark grey but i can’t change it:

    https://www.dropbox.com/s/9r8ieh4yvo82d9u/Screen%20Shot%202015-12-22%20at%2013.27.56.png?dl=0

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 22, 2015 at 13:57

    You forget provide us with link to page.

    Regards,
    Robert Hall.

    Avatar: mrmzalewski
    mrmzalewski
    Participant
    December 22, 2015 at 14:00

    oh! sorry.

    also, can you please have a look at why the menu links do not align to the right and have a massive gap from the right side of the header?

    please see the screen grab: https://www.dropbox.com/s/xptl7cmgetp87ne/Screen%20Shot%202015-12-22%20at%2013.58.57.png?dl=0

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 22, 2015 at 14:35

    I’ve created the Footer static block for you. Please check it.

    Also use this code in Theme Options->Custom CSS->Global Custom CSS.

    .tbs {
        float: right;
    }

    Regards,
    Robert Hall.

    Avatar: mrmzalewski
    mrmzalewski
    Participant
    December 22, 2015 at 15:02

    Hi there

    that only fixed the normal header, menue sticky header when scrolling down still adjusts to the left and needs to be adjusted to the right

    also, the footer 2 is still white and i want it in grey, like in the demo. you can’t change it through the theme settings.

    thanks
    m

    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 22, 2015 at 15:28

    I’ve added this code in Global Custom CSS. Please check background color and fixed menu.

    .main-footer.text-color-dark, .copyright.text-color-dark{
    background-color: #5e5e5e !important;
    }
    .main-footer.text-color-dark{
    padding-top:60px;
    }
    .fixed-header .menu{
    float:right;
    }

    Regards,
    Robert Hall.

    Avatar: mrmzalewski
    mrmzalewski
    Participant
    December 22, 2015 at 16:25

    Hi there,

    Looks better but the text is dark. When i edit the text to dark, the footer just goes white.

    How can i change the text colour in the footers?

    thanks

    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 22, 2015 at 16:46

    I’ve just added css code in Global Custom CSS. Please check it.

    .main-footer.text-color-dark .textwidget, .copyright.text-color-dark .textwidget, .main-footer.text-color-dark p, .copyright.text-color-dark p, .main-footer.text-color-dark h5, .copyright.text-color-dark h5, .main-footer.text-color-dark h5 span, .copyright.text-color-dark h5 span, .main-footer.text-color-dark .blog-post-list .media-body, .copyright.text-color-dark .blog-post-list .media-body,
    .main-footer.text-color-dark .address-company,
    .main-footer.text-color-dark .address-company .white-text,
    .main-footer-1 .wpb_heading {
        color: #787878 !important;
    }
    .main-footer.text-color-dark a, .copyright.text-color-dark a,
    .main-footer-1 .widget-title, .main-footer-1 .wpb_heading,
    .main-footer-1 .blog-post-list .media-heading a,
    .main-footer-1 .date-event {
        color: #787878;
    }

    Regards,
    Robert Hall.

    Avatar: mrmzalewski
    mrmzalewski
    Participant
    December 22, 2015 at 21:48

    Hi there,

    Sorry to be a pain but i am not sure what what happened… After you amended the code, the styling went a bit weird and now the video slider that I had working on the home page, is no longer working… it doesn’t show at all… it was done so that the video would play under the transparent header (header 3)

    Also, headers changed colour: Headers are now white, they were not white before:
    http://geronimotheartist.com/about-the-artist/

    I am pretty sure I have not done anything to cause any of that- even reverted home page to yesterday’s version- still no slider.

    thanks
    m

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    December 23, 2015 at 10:59

    Hello,

    As I see the slider isn’t added in home page editor:
    http://storage2.static.itmages.com/i/15/1223/h_1450864651_3170521_203f7b1a99.png
    Please add it.

    Specify what color you want to set for header.

    Regards,
    Eva Kemp.

    Avatar: mrmzalewski
    mrmzalewski
    Participant
    December 23, 2015 at 11:53

    Hi there, not sure why that disappeared. it’s working fine now.

    Can you please set the header to #333333

    Not sure, but it’s sporadically white, like on this page: http://geronimotheartist.com/privacy-policy/

    Also, i would like to remove a white the gap between the footer and a bottom row, so it flows better. please see private msg.

    Please, contact administrator
    for this information.
    Avatar: mrmzalewski
    mrmzalewski
    Participant
    December 23, 2015 at 14:12

    Hi there, don’t want to be a pain but I would like to launch the site asap and running late already.

    Can anyone please look into the above issues and let me know if you could help?

    thanks a lot!
    m

    Avatar: Eva
    Eva Kemp
    Support staff
    December 23, 2015 at 15:32

    Hello,

    The header has white background because you enabled transparency in Theme Options > Color Scheme > Header transparent. Disable it.

    To remove white gap use this code in Theme Options > Custom CSS > Global Custom CSS:

    .page-content {
        margin-bottom: 0px;
    }

    Regards,
    Eva Kemp.

    Avatar: mrmzalewski
    mrmzalewski
    Participant
    December 25, 2015 at 17:40

    Hi there,

    Not entirely sure what has happened but my footer disappeared from the widgets!

    Out of the blue its displaying OLD demo footer. I have not changed anything and definitely have not deleted anything!

    thanks,
    m

  • 1 2
    Viewing 20 results - 1 through 20 (of 21 total)

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

Helpful Topics

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