Welcome Widgets Font Color

Homepage Community Forums Epik Theme Support Welcome Widgets Font Color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3411
    ralphsdesign
    Customer

      I want to change the font color for the header font on the welcome widgets 1,2,3? Can someone share how to do that?

       

      Thank you,

       

      -Renee’

      #3421
      Eric
      Customer

        In your style.css file, take a look around line 1209 for – “#welcome .widgettitle“. This is where you can add a color, adjust font size, etc…

        #welcome .widgettitle {
        color: #aaa;
        font-size: 36px;
        font-weight: 300;
        line-height: 46px;
        }


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.