Summer Sale Alert! Save 20% on WP Theme Bundle: 240+ WP Themes & 5 Plugins. Use Code "SIZZLE20"
Summer Splash Sale: Dive into 25% Off On All Our Premium WordPress Themes! Use Coupon Code "SPLASH25" at Checkout.

one color change

Home Forums VW Theme VW HOSPITAL PRO THEME one color change

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9186
    bryan.ogle
    Participant

    How can I change the default color of blue to #0d4da5 everywhere at once? I figured out how to change the Top Bar Background Color and the footer image but not the block where the Mega-Menu is located.

    I just installed this on my test server with the Parent/Child Setup.

    #9195
    developer vwtheme
    Participant

    Hi,

    we are giving you some easy steps and CSS to change the color.

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.


    @media
    screen and (max-width: 720px){
    .toggle a {
    width: 100%;
    color: #fff;
    background: url(images/responsive_menu.png) no-repeat right center #0d4da5;
    padding: 10px 10px;
    font-size: 16px;
    }
    }

    If you need any other assistance please let us know.

    Thank you

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.