• Resolved thomas1gawehns

    (@thomas1gawehns)


    Hi, I’m trying to change the backgroundcolor of the main-navigation.

    I tried in additional css:
    .site-header, .main-navigation ul ul {
    background-color: #ffffcc;
    color: black;
    }

    but no change.

    What may I try next?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello thomas1gawehns,

    Please share the site url, so we can provide you custom css as per the need.

    Kind Regards,

    Manoj

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello thomas1gawehns,

    .main-navigation,
    .main-navigation ul ul {
      background: #ffffcc;
      color: #000
    }
    
    .main-navigation a {
      color: #000;
    }
    
    .main-navigation .current-menu-item a, 
    .main-navigation a:focus, 
    .main-navigation a:hover {
      background-color: #ffff95
    }

    Hope this will helps you.

    Thanks.

    Thread Starter thomas1gawehns

    (@thomas1gawehns)

    Thanks a lot. That resolves the issue.

    You’ll deserve extra thanks for the #ffff95 color.

    Now I only miss the favicon. I’ld like to use https://gawehns.de/favicon.ico in software.gawehns.de as well.

    How to do that???

    I’ve already constructed a child theme to add the url with customizr:

    $custom_logo_url = get_theme_mod( ‘logo_url’ );

    But what to do with it when I don’t know yet 🙂

    Anyway thanks a lot and god bless you
    Thomas

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello thomas1gawehns,

    Follow below steps.

    1. Login as admin and navigate to theme customize option from dashboard (Dashboard >> Appearance >> Customize).

    Screen Shot

    2. Now Go to Site Identity option in theme customizer.

    Screen Shot

    3. Select image for Site Icon option and click on Publish button.

    Screen Shot

    Hope this will helps you.

    Thanks.

    Hope, It resolves. If not then create a new topic/ticket.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘change background color main-navigation’ is closed to new replies.