• Resolved tinamccormick1

    (@tinamccormick1)


    How do I change the color of the text in the About Us Section of the home page?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter tinamccormick1

    (@tinamccormick1)

    I used the <br> tag to break the paragraphs up and that worked, but I when I used <span style=”color: #ffffff;”>Text</span> to change the color it does not work.

    Hello,

    Can you please post a link to your site where I can see these issue so I can assist you better.

    mdshak

    (@mdshak)

    Use this <span>Text</span> for about us text. And try this custom css code.

    .about-us .section-header .section-legend  span{
        color: #ff0000 !important;
    }
    Thread Starter tinamccormick1

    (@tinamccormick1)

    @mdshak that did not seem to work. Any other ideas?

    @poonam9 I will post a link later today.

    WPShout

    (@codeinwp)

    Hi @tinamccormick1,

    Can you please tell us if you still have the issue?

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘About Us Section’ is closed to new replies.