Header Issues - by MozStudios - on WordPress WooCommerce support

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

  • Avatar: MozStudios
    MozStudios
    Participant
    August 17, 2015 at 13:55

    Hi there,

    LOVE this theme and all of the customization it allows.

    I’m having a couple issues that I would love some help with.
    staging site

    1. Main navigation
    – I’ve set the header to have a black background and the menu is black with rollover effects. If I change the menu colour in the theme settings, I lose the rollover effects?

    2. Header size, I would like to decrease the overall size of the header. I’ve changed the size in the header but think this has to do with padding around the logo? Is there a way to affect that?

    3. Login pane – on my site the login pop over is being cut off on the right hand side of the site?

    16 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 17, 2015 at 14:19

    Hello,

    1) Try to add this code in Global Custom CSS (8theme options->custom css) to get menu white color and check this issue.

    .menu > li > a{
    color:#fff;
    }

    2) Please add the following code in custom css.

    .navbar{
    padding:0;
    }

    3) Try this code

    .boxed .login-link .login-popup {
        left: -230px;
    }

    Regards,
    Robert Hall.

    Avatar: MozStudios
    MozStudios
    Participant
    August 17, 2015 at 14:23

    will do
    thanks Rob

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 17, 2015 at 14:28

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: MozStudios
    MozStudios
    Participant
    August 17, 2015 at 14:37

    Oh Rob, one other thing
    the footer area
    where there is a title its pushing up too tight on the area ahead

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 17, 2015 at 15:04

    Hello,

    Please use this code in custom css

    .main-footer .container{
        padding-top: 35px;
    }

    Regards,
    Robert Hall.

    Avatar: MozStudios
    MozStudios
    Participant
    August 21, 2015 at 22:20

    ok still having 1 issue here
    the shopping cart text is black
    doesnt show up on the black header
    but is fine when you scroll downthe page and its on a while background
    can i change the text to white only on the black version?

    Avatar: Eva
    Eva Kemp
    Support staff
    August 22, 2015 at 11:16

    Hello,

    Please provide us with the correct link to your site.

    Regards,
    Eva Kemp.

    Avatar: MozStudios
    MozStudios
    Participant
    August 22, 2015 at 12:50

    Hi Eva,
    sorry had an update in the url
    live site is beadbough.ca

    Avatar: MozStudios
    MozStudios
    Participant
    August 22, 2015 at 19:53

    And 1 last thing I’m wondering if you can help me out with
    I had to remove the link for account login and place a button there instead (client request)
    how do i change the code in that header when someone logs in
    thinking of ‘my account’ and ‘logout’ buttons
    like an if/then statement in the top bar widget?

    Avatar: MozStudios
    MozStudios
    Participant
    August 23, 2015 at 17:00

    live link provided a couple posts ago …

    Avatar: Eva
    Eva Kemp
    Support staff
    August 24, 2015 at 09:23

    Hello,

    Add this code in custom.css:

    .fixed-header-area .shop-text {
      color: black;
    }
    .shop-text {
      color: white;
    }

    Concerning “Logout” button, this is beyond our basic support scope. Please take our apologies for inconveniences.

    Regards,
    Eva Kemp.

    Avatar: MozStudios
    MozStudios
    Participant
    August 24, 2015 at 12:33

    No problem Eva, thanks for what you can help with.

    Redirect pages after account creation or login, assume that isn’t something you folks can help with either?

    Avatar: MozStudios
    MozStudios
    Participant
    August 24, 2015 at 13:30

    Is there a package of advanced support I can purchase?

    I have a couple other little things i could use some help with

    Avatar: Eva
    Eva Kemp
    Support staff
    August 24, 2015 at 14:25

    Hello,

    Did you add “My Account” button editing the files or with help of a plugin?
    Please provide us with wp-admin panel and FTP credentials in private content.

    Regards,
    Eva Kemp.

    Avatar: MozStudios
    MozStudios
    Participant
    August 24, 2015 at 14:33

    The login button is in the top bar widget
    just as code

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    August 25, 2015 at 12:46

    Hello,

    Login details to wp-admin panel are incorrect. Please check them.

    Regards,
    Eva Kemp.

  • Viewing 17 results - 1 through 17 (of 17 total)

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

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