Rooms General Divi Blog heading color

Tagged: , ,

Viewing 2 reply threads
    • #652
      Faye Daway
      Participant
        @faye
        Up
        1
        Down
        ::

        Let me start with…I had someone else build my site awhile back, and I am maintaining / updating it and I am definitely a novice.

        My front page shows 2 of my blog posts. However, the heading color on the blog page is correct, but it doesn’t show up on the front page with that heading color…. Can anyone tell me where I go / what to do so the heading on the front page for those blog posts is the correct color? TIA.

        (top pic the front page where blog post title not correct color; bottom pic blog post page where it is the right color).

        Attachments:
      • #676
        Terry Hale
        Keymaster
          @mizagorn
          Up
          0
          Down
          ::

          The titles on your front page are h2 links. You have CSS that says anchors are to be green (from the Divi stylesheet).

          .et_color_shceme_green a { color: #7cc68d; }

          The title on the individual blog post is an h1 heading, with no link. The color there is set in your customizer.

          To change the heading link color on the front page, you can add something like this:

          .et_pb_post .entry-title a {
          color: #4f1964;
          }
        • #677
          Faye Daway
          Participant
            @faye
            Up
            0
            Down
            ::

            Where would I find that CSS?

            • #678
              Faye Daway
              Participant
                @faye
                Up
                0
                Down
                ::

                Found it – can you tell me where to insert that line you mentioned? TIA.

                Attachments:
              • #680
                Terry Hale
                Keymaster
                  @mizagorn
                  Up
                  0
                  Down
                  ::

                  you can add it in your child theme stylesheet or in Divi -> Theme Options -> Custom CSS

                • #681
                  Faye Daway
                  Participant
                    @faye
                    Up
                    0
                    Down
                    ::

                    Fixed it – thanks for your help and the actual words to put in the CSS!

              Viewing 2 reply threads
              • You must be logged in to reply to this topic.