Changing H2 tag colors on home page

Discussion in 'Themia WordPress Theme' started by spiorro, Aug 11, 2015.

  1. spiorro

    spiorro New Member

    Joined:
    Dec 10, 2013
    Messages:
    25
    Likes Received:
    0
    Please send me the code for Changing H2 tag colors on home page
     
  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there.

    Code:
    h2 {
        color: green !important;
    }
    Hope this will resolve your issue.

    Do let me know if you need more assistance,

    I would be glad to assist you further,
     

Share This Page