Jump to content

Simple question about colors in logo area

Featured Replies

Posted

Hey peeps, I'm sorry - I know this is a beginner type question, but I can not figure out where to go to change the color of the text in the sign in area? I wanna change it to white.

THANK YOU to whoever can answer in advance.

www.tksradio.com

 

1210622096_2020-02-0704_06_22-Window.thumb.png.285507d3a218e7516ad48c400961c8c3.png

#ipsLayout_header header

add to custom css 

#elUserSignIn {
  color: white;
}

Or remove from custom.css

#elUserNav > li > a, #elFooterSocialLinks > li > a {
color: #000000;
}

 

  • Author

Wow - where?

Nevermind - I got it. Thank you VERY much!

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.