Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #215066

    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”

    #215102

    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

    #215159

    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

    #215181

    Hey!

    You can use this:

    #top .alternate_color.title_container .main-title a {
    text-transform: lowercase !important;
    }

    Cheers!
    Ismael

    #219751

    this did not work. Header is still caps locked

    #219753

    Hi!

    Please try adding following code to Quick CSS instead

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; }

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Removing breadcrumbs’ is closed to new replies.