Change WP Header Image to Text

by BC27
2 replies
For 2 days I have not been able to find the right answer, and I'm stumped.

I'm trying to change the header "image"/logo, to allowing text, so that I can track phone calls with snippets/code. Don't need help on the tracking codes, just changing header to text.
Everything example I find is for changing a text header to an image, and they only show the end result, not what was changed.

Using Shell Lite Responsive Theme.

I can of course switch to the WP default header, but even then I'm not sure where to change font style, size, etc... (the basics).

The header plugins I tried did not do what I wanted. I tried some changes in header.php and style.php, but nothings working.

Help is much appreciated.

-Brian
#change #header #image #text
  • Profile picture of the author BC27
    These are the codes I'm seeing for header in style.css file.

    @media screen and (max-width: 800px) {
    #container {
    width: 100%;
    }

    #header {
    width: 100%;
    }

    and further down...

    @media screen and (max-width: 768px) {
    #header {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    }

    #header #logo, #header #search-box, #header .social-icons {
    float: none;
    }

    #header #search-box {
    margin-top: 0;
    }

    #header .social-icons {
    margin: 0px 33px 0 0;
    }

    and further down still...

    @media screen and (max-width: 240px) {
    #header #logo img {
    max-width: 100%;
    }

    #header #logo a {
    width: 100%;
    padding: 0;
    }

    #header #search-box input[type=text] {
    width: 70%;
    }

    Thanks for any help,

    -Brian
    {{ DiscussionBoard.errors[10086963].message }}
    • Profile picture of the author DmitryMotorin
      Hi, can you provide website address?
      {{ DiscussionBoard.errors[10087017].message }}

Trending Topics