found an old topic that stated whats below, tried putting it in the quick CSS but i still have breadcrumbs and page title below header
“Hey Dan!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container { display: none; }
Cheers!
Yigit”
Hey chrisbailey!
Please try adding !important rule to force it as following
.title_container { display: none!important; }
if you are using a child theme, please try adding the code to style.css file of your child theme in Appearance > Editor. If it still does not work, please post the link to your website so we can take a look
Regards,
Yigit
I was able to get it fixed, Only thing I need now is how to make header text lowercase?
Saw a couple things on here but I’m not sure which one to try
Hey!
You can use this:
#top .alternate_color.title_container .main-title a {
text-transform: lowercase !important;
}
Cheers!
Ismael
this did not work. Header is still caps locked