Home Forums Pro Themes Kids Education Pro Site identity – Site Title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #31932
    dcreech
    Participant

    Hello, when I enter test in the site title it will display even though I do not have “display site title and tagline” checked.

    Also – when I remove the text form the title there are still two lines that display on each end of any text still showing.

    How can I get rid of the lines?

    #31945
    wensolutions
    Keymaster

    Hello @dcreech

    The issue has been noted as known issue and we are currently working on this . We will be releasing the update fixing the issue soon and we will let you know.

    For the quick fix we are providing some CSS code, so Paste the below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .site-title:before, .site-title:after {
        background-color: #fff!important;
    }

    Hope this helps.

    Best Regards!!

    #32114
    dcreech
    Participant

    Thanks. Is there a fix to get rid of the title without leaving that field blank?

    #32134
    wensolutions
    Keymaster

    Hello @dcreech

    The feature to remove the title will be fixed upon update soon or for now you can hide by using a simple CSS code give below.

    #site-header {
        display: none;
    }

    Hope this helps.

    If you have any query further, please let is know.

    Best Regards!!

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