Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #334017
    Glen Pavelich
    Participant

    The red bar on the testimonial section

    (bottom: http://thegloriousrevival.org/)

    does not suit my color scheme.  How can it be removed.  I don’t see any selector for it.

     

    #334030
    sujapati
    Keymaster

    @Glen: You can’t see any selector for the red bar because it’s a pseudo-element. If you want to remove it, you can add the below CSS code.

    #testimonial-content-section .post-thumbnail::before {
    	display: none;
    }

    Thanks
    Sujapati

    • This reply was modified 1 month, 1 week ago by Sakin.
    #334049
    Glen Pavelich
    Participant

    Right, and I know nothing of editing those.

    Thank you for your help.

     

    G

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.