Accent Color

  • Author
    Posts
  • #60014
    turbo77
    Power User

    Hi,

    is it possible (eg. Custom CSSS) to set separate accent-colors for different navigation-items? The link-color in my footer-menu need to be an other than in the main-menu.

    Thanks in advance!

    #60289
    Zed
    Cryout Creations mastermind

    Of course it is possible:

    .footermenu a {
        color: red;
    }
    .footermenu a:hover { 
        color: blue;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Accent Color’ is closed to new replies.