• Resolved zachredmon

    (@zachredmon)


    Hello,

    My website is wpm.kellysystems.co.

    At the very top of the screen in the right hand corner is the text “v1.2”. How can I go about removing that from my page? I’ve tried editing the Header.php but haven’t had any luck. Is there a certain string of code I should be looking for?

    Thanks for any help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • ragzor

    (@raghav9999)

    i guess its on the image

    Thread Starter zachredmon

    (@zachredmon)

    I just shuffled through the images in the template and sure enough it was. Thanks for pointing that out.

    Thread Starter zachredmon

    (@zachredmon)

    I was able to remove the text from the header but now I’ve run into another problem. The template that I uploaded has the image called bg_header which I want removed. I edited the image locally and uploaded it to media content on WP. I’ve found the code in style.css which is pulling the image from the template.

    #header {position: relative; float: left; display: block; width: 750px; background: url(images/bg_header) top no-repeat; min-height: 355px; padding: 0;}

    The only change I make is to “url(images/bg_header)” which I change to “url(images/bg_header1)”. “bg_header1” is the name of the image that I edited and uploaded to media content on WP. However, when I change the css it is not able to find the image I am wanting it to use. Any suggestions on how I can use the uploaded image rather than the image in the template?

    Thread Starter zachredmon

    (@zachredmon)

    Any thoughts?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing text from my header’ is closed to new replies.