Creative Header Layout


Hi Be Theme,

In Creative Header Layout:

1. Change the color and hover color of caction button?
2. Change the color and hover color of social icon?


image

Thanks for your help!


Comments

  • Hi,

    to change these colors, please use the following css:
    .button.button_theme.button_js.action_button { color: #FFF !important; background: #000 !important; }
    .button.button_theme.button_js.action_button:hover { color: #000 !important; background: #FFF !important; }
    #Header_creative .social li a { color: #FFF !important; }
    #Header_creative .social li a:hover { color: #E2E2E2 !important; }
Sign In or Register to comment.