Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #224774
    bluehawaii
    Participant

    He is it possible to change top links from the white colour to black or some other colour.
    Can it be changed in the css somewhere ?

    #224790
    Skandha
    Participant

    @bluehawaii: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .navigation-classic.absolute-header .main-navigation a {
        color: #000 !important;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change the top links color’ is closed to new replies.