• Resolved annvb1

    (@annvb1)


    I love your WallStreet theme but need to be able to customize the color for top bar, highlighted areas, separator elements etc. Can this be done somewhere in customizer? Or must I write several items of custom CSS? Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @annvb1

    Thanks for the using Wallstreet Theme and offcourse we completely able to resolve this problem.

    To change the color of top bar, Kindly paste the code given below in Custom CSS field (Appearance -> Customize -> Header settings -> Custom CSS).

    .header-top-area { background: #00c2a9; }

    For change color of the inside elements of top bar:-

    .head-contact-social li {
        border-left: 1px solid #FFFFFF;
    }
    .head-contact-social li > a > i,
    .head-contact-info li {
        color: #FFFFFF;
    }

    You can change the color code as per the need.

    Regards

    Shahid

    Hi @annvb1

    Have you got your problem solved or not.
    If yes, then allow us to close this ticket.

    Hope you’re enjoying this Wallstreet theme.

    If you have any more questions, feel free to ask again!

    Regards

    Shahid

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

The topic ‘Changing color theme’ is closed to new replies.