Color of Site Title

Homepage Community Forums Aspire Theme Support Color of Site Title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #19946
    laurarabell
    Customer

      Hi there, I am trying to fix my site title and make it darker because the photo I have is light in the upper left hand corner so you can’t see the site title.

      If I customize the below CSS to make it black, then I can’t see the site title in the black menu bar after scrolling.

      .front-page .site-header .site-title a

      Is there a way to style the site header font a different color when it overlays the background picture and then make it a different color when it’s in the bar that appears when you scroll down?

      My site is http://thedonjuans.rabellcreative.com

      Any help is appreciated. Thanks!

      #19947
      Wes
      Moderator

        Yep, I can help you get this adjusted in your CSS. What color did you want it to be?

        If you wanted your Title/Text to be Black (as an example), take a look in your style.css file around line 1223 and you can change the color like this –

        .front-page .site-header .site-title a,
        .front-page .site-header .site-title a:hover {
        	color: #000;
        }
        

        That will cover the title as it shows up on top of the background image for the homepage.

        On your other pages there is already a black background with white text, so you’ll only need to adjust the code above for the Home page.

        You can also add a logo/image if you wanted to as well. This can be done through the Customizer page in your Admin.

        Let me know if this helps.

        #19949
        laurarabell
        Customer

          Perfect, thank you!

          #19966
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Color of Site Title’ is closed to new replies.