Okay
  Public Ticket #568820
Tab Accent Colour
Closed

Comments

  • Nichole started the conversation

    Hi guys,

    Can you please provide some custom css to change out the 'overview and industries' tab shortcode highlight/accent colour (does it automatically) from the blue (main set throughout the website) to a grey? Let me know what I need to add to the custom css if this is how its done.

    Also anyway to get the BUY NOW button in line with the main text on every page?

    Thanks!! Love your theme :)

  •  8,990
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    body .tabbed > ul li a {
        color: #F00 !important;
    }
    body .tabbed > ul li a.active-tab {
        color: #ff0 !important;
    }
    
    
    .woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page #content div.product form.cart .button {
        margin-left: 0px !important;
    }

    Thanks


    ThemeNectar Support Team