Top Banner and main menu edits - by cassidy

This topic has 6 replies, 3 voices, and was last updated 8 years, 10 months ago ago by Stan Russell

  • Avatar: cassidy
    cassidy
    Participant
    June 13, 2015 at 18:10

    I am looking for some code to remove the WPML section of the top bar as i would like to still have the account section of it, but am not currently creating a multilingual site. and I wanted to see if i can get a code to make the whole header section have a black background and white text (specifically the menu).

    thank you very much for your help.

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 15, 2015 at 17:08

    Hello,

    Add an empty “Text” widget into “Place in header to bar” area in Appearance > Widgets.

    Best regards,
    Jack Richardson.

    Avatar: cassidy
    cassidy
    Participant
    June 16, 2015 at 02:06

    Ok awesome! that worked for that. What about the header edits?

    thank you very much for your help.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 16, 2015 at 07:31

    Hello,

    To change header background and menu text color you can use the following css code in custom.css:

    .menu > li > a {
    color: white !important;
    }
    .header.main-header {
      background-color: black !important;
    }

    And for the fixed header:

    .fixed-header {
      background-color: black !important;
    }

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    Best regards,
    Jack Richardson.

    Avatar: cassidy
    cassidy
    Participant
    June 16, 2015 at 19:43

    That worked, only there is a little white boarder at the bottom in both fixed and normal modes, also can i get a code for turning the shopping cart text white, and I can’t seem to remove the gap above the slider on the homepage.

    Avatar: stan
    Stan Russell
    Participant
    June 17, 2015 at 08:01

    Hello,

    please add following css code to your custom.css file:

    .shop-text{
      color: white;
      }
    .main-header{
    margin-bottom:-30px;
    }

    and check your site.

    Regards,
    Stan Russell.

  • Viewing 6 results - 1 through 6 (of 6 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.