I am using the Pure & Simple Theme Premium version and recently installed the plug-in Page Builder to create columns easier. After the installation I noticed that color of the Underline Bar had changed back to the default color of the theme.
You can see the Underline Bar under the word CONTACT – https://demo.styledthemes.com/demos/puresimple-free/contact/
I went back and changed the CSS as follows:
/*change the green bar under my page title*/
.type-page .entry-title::after {
background-color: #81d742;
}
The Underline Bar would not change back to the green I wanted/had. Is Page Builder not compatible with this theme? Or do I need to do something else to revert the color back to what I would like?
Thank you for your time and help.