• I recently installed Creativix and am unable to remove search from each page header. This is causing my site name and tag line to crunch.

    How do I remove it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can easily remove this with a simple css modification..
    open style.php and find

    #search
    {
    width: 180px;
    float: right;
    margin-right: 5px;
    height: 28px;
    }

    replace with

    #search
    {
    width: 180px;
    float: right;
    margin-right: 5px;
    height: 28px;
    display:none;
    }

    Thread Starter alisonkrupnick

    (@alisonkrupnick)

    Thanks. It still displays the word home encased in an oblong box, which means the site tagline is still crunched. I didn’t want to tamper too much with the code to try to remove that box. How do I remove it and do I need to do anything else to allow the site name/tagline to display across the top of the site instead of being crunched up on the left side? I’m also having trouble adding a logo, but am willing to give that up.

    Thanks for your help.

    https://www.alisonkrupnick.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I remove search from my Creativix header?’ is closed to new replies.