Okay
  Public Ticket #324465
Change one instance of a heading color
Closed

Comments

  •  1
    Travis started the conversation

    Hi - I'm trying to change the heading color to white on the page at http://modernbay.co/shop/, however when I use dev tools and change the color in the custom CSS, it makes it a global change. Is there a way to only call out that particular instance to make it white without making global changes?

    Thank you,

  •  8,844
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .woocommerce.archive .parallax_slider_outer.first-section .swiper-slide .content h1 {
        color: #fff !important;
    }
    Thanks 


    ThemeNectar Support Team 

  •  1
    Travis replied

    Perfect! You are the MAN! Thank you Tahir!