change color of text in top left corner text area

Discussion in 'Woodpecker WordPress Business Theme' started by sandradohn, Jan 18, 2016.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, I would like the text in the top left corner where the company name is shown to be #996600 instead of the black that shows now. How do I change the color of this text?

    Thanks, Sandra
     
  2. priya

    priya Guest

    Hello Sandra,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #logo h1 a, #logo p {
        color: #996600 !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page