Header + background color - by Sporbillis

This topic has 7 replies, 3 voices, and was last updated 7 years, 10 months ago ago by Robert Hall

  • Avatar: Sporbillis
    Sporbillis
    Participant
    June 15, 2016 at 18:24

    Hello i am trying to change the color of the header and the color of the background. I can’t find where to change the color of the header in theme options i can only see Light, Dark.

    The main background i found the option but it doesn’t change.

    I cleared cookies and everything.

    Please explain for both.

    Please, contact administrator
    for this information.
    6 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 15, 2016 at 18:39

    Hello,

    Please try add this code into style.css file of the Child Theme
    for header background:

    .header-type-4.transparent {
        background: red;
    }

    for main background:

    .page-wrapper {
        background: red !important;
    }

    Regards,
    Robert Hall

    Avatar: Sporbillis
    Sporbillis
    Participant
    June 15, 2016 at 18:43

    Okay. What if i want to change the menu color? Currently is set to white and it doesnt change

    Avatar: Sporbillis
    Sporbillis
    Participant
    June 15, 2016 at 18:45

    the text of the menu i mean

    Avatar: Sporbillis
    Sporbillis
    Participant
    June 15, 2016 at 18:59

    Also tell me how to fix those white background because they cannot be changed from visual composer
    http://imgur.com/lzt7QHo

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 15, 2016 at 19:33

    Hello,

    Please use this code in custom.css file:

    .title span {
        background: white;
    }

    To change menu text color use this code:

    .main-nav .menu > li > a {
      color: black;
    }

    Use your color values.

    Best regards,
    Jack Richardson.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 15, 2016 at 19:34

    Please use this code
    1)

    .main-nav .menu > li > a{
    color:red;
    }

    2)

    .title span {
        background: red;
    }

    Regards,
    Robert Hall

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