Changing Font color

Homepage Community Forums Guru Theme Support Changing Font color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #18270
    Jonathan
    Customer

      I have a light background image on Page 1 and would like to change the font color to Black. How am I able to do this?

      Thanks,

      Jon

      #18271
      Wes
      Moderator

        Do you have a link to your site? I can tell you what line or what code to add in your CSS.

        #18274
        Jonathan
        Customer

          If the site is not live how do I get you a link? More than happy to provide one.

          Jon

          #18279
          Wes
          Moderator

            Try and add this to your style.css file –

            .front-page-1 .image-section {
            	color: #000;
            }

            You can change the color to whatever you need.

            #18282
            Jonathan
            Customer

              Want to make sure I am changing the correct one.

              .front-page-1 .image-section {
              /*padding-top: 75px;*/
              }

              change this one to what you said?

              #18285
              Wes
              Moderator

                Yes you can add it in there, or on a separate line. Either way should work fine.

                .front-page-1 .image-section {
                    color: #000;
                    /*padding-top: 75px;*/
                }
              Viewing 6 posts - 1 through 6 (of 6 total)
              • You must be logged in to reply to this topic.