Edit HTML File
-
my blog theme is HeadLines and i dont find where i can edit the html file, for exemple, my blog (http://blog.deepit.com.br/) have in search ” Enter Keywords…” that is relationed with this code in html file:
<input type=”text” class=”field” name=”s” id=”s” value=”Enter keywords…” onfocus=”if (this.value == ‘Enter keywords…’) {this.value = ”;}” onblur=”if (this.value == ”) {this.value = ‘Enter keywords…’;}”>but… i need switch value=”Enter keywords…” for other text.. example:
value=”This is a test”How i do to edit that?
In Headlines theme dont have the function appearance>Editor … only CSSThe blog I need help with is: (visible only to logged in users)
-
Hi there,
With the WordPress.com Premium plan, you have access to all of our Custom Design features, including Custom CSS. However, that doesn’t include the ability to edit the theme’s HTML or PHP code. It isn’t possible to edit that code in themes here at WordPress.com — you can read more about that in the Frequently Asked Questions here:
http://en.support.wordpress.com/custom-design/#frequently-asked-questions
However, you can use CSS to hide that text in the search box. This CSS should do it:
input[value="Enter keywords..."] { visibility: hidden; }If you’d like to do anything more to customize your theme with CSS, you can get additional help from expert staff and volunteers in our CSS Customization forum:
https://en.forums.wordpress.com/forum/css-customization
You can also get in touch directly with the theme author about this or other questions in the Headlines support forum here:
http://premium-themes.forums.wordpress.com/forum/headlines
Please let me know if you have any questions about that. :)
-
i am trying talk to author and receive this error:
Topic Closed
This topic has been closed to new replies.
What is this?
-
-
Hi there,
You can create a new thread in the Headlines support forum using this form:
http://premium-themes.forums.wordpress.com/forum/headlines#postform
- The topic ‘Edit HTML File’ is closed to new replies.