• Resolved klink

    (@klink)


    Can anyone help me find an element in my theme files? I’ve tried to reach my developer but haven’t heard back. I need to change the image that says “explore over 400 tutorials”. I’ve checked header.php, the custom style sheet and it seems like dozens of other places. I would appreciate a point in the right direction. Thank you!

    http://www.sewmamasew.com/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    This is the section in your source output:

    <!-- search -->
          <div class="searchform-container">
            <form class="searchform" method="get" action="http://www.sewmamasew.com">
              <input type="text" name="s" class="s" size="30" value="Search website..." onfocus="if (this.value = '') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search website...';}" /><input type="submit" class="searchSubmit" value="" />
            </form>
    			</div>
    
          <!-- banner -->
    			<a class="banner" href="/category/tutorials/">
            <img src="http://www.sewmamasew.com/blog2/January2014/sewtut580.jpg"/>
          </a>
        </div>

    I’d guess it’s in your Header template, though maybe it’s injected by the theme functions instead.

    As that is a commercial theme, we ask that you please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations.

    https://dannci.freshdesk.com/support/home

    Forum volunteers are also not given access to commercial products, so they would not know how your commercial theme operates. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.

    Thread Starter klink

    (@klink)

    OK, thank you. I will have to wait for my developer to get back to me then, as they are the ones with the license to the theme and the vendors won’t help me without their access.

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    You’re welcome!

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    I suppose one quick way to change the logo could be to just replace the file at /blog2/January2014/sewtut580.jpg

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Need help finding header element’ is closed to new replies.