Okay
  Public Ticket #1421274
Change Headline Color
Closed

Comments

  • benundben started the conversation

    Hi...thanks for you great Template.

    I wanna change the Headline color for the different Headlines Sizes.


    H1, H2, H3


    How can I change the color?

    Thanks for you support.


    Best, Ben

  • [deleted] replied

    Hi Ben,

    Have you tried Skin Builder have look to the article we wrote about How to Create My own Skin.

    Thank you.

  • benundben replied

    Hi Eroll.

    Thanks for your answer.

    My Fault. I did not express myself clearly.

    What I wanna do is to change the colour of  each Headline .

    H1 = #333333

    H2 = #999999

    Best

    Benjamin

  • [deleted] replied

    Hi Ben,

    Sure this is possible to be done from Custom CSS section, and paste the code below in Custom CSS.

    h1{
        color: #333 !important;
    }
    h2{
        color: #333 !important;
    }
    h3{
        color: #333 !important;
    }
    h4{
        color: #333 !important;
    }
    h5{
        color: #333 !important;
    }
    h6{
        color: #333 !important;
    }

    Thank you.

  • benundben replied

    Hi Eroll.

    Thanks for your answer. It works very well.

    Best regards

    ben

  • [deleted] replied

    Hi there,

    I'm glad to hear that.

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.  

    A huge thank you from Laborator in advance and have a great week!

    Will set this ticket as solved from here.

    Thank you.