Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #57375

    Hi there,

    I would like to change the color of the text for the title bar, but it seems it only changes the TextLogo and not the menu items.

    Any way to change that?

    Answers

    #57393
    @vneck1986

    Same question for me. As well I get on a transparant PNG Site logo always a background in grey. Why is that and where can I change that?

    And second question: All page titles have a different colour on mobile. They are in red. I want to have them black as well.

    Thanks.

    #57663
    @vapvarun

    Hi @vneck1986
    You can use following to fix it temporarily

    
    .site-title img{ 
          background-color: transparent;  
    }
    

    We will fix title and logo background issue shortly
    Regards

    #57666
    @vapvarun

    Hi @rotju
    You can use use following css to change the nav menu text color

    
    @media screen and (min-width: 481px){
    .main-navigation li a {
        color: black;
    }
    }
    

    You can replace black with your desired color.

    Regards
    Varun Dubey

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Title Bar Styling’ is closed to new replies.