You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Changing Text Box Properties for Feature_top widget

UserPost

5:28 pm
March 20, 2010


olirom

Member

posts 13

1

All I want to do is change the text box title for the Feature_top widget from a h2 to h1 tag.  Any way to accomplish this?  I've scoured all the code and I can't figure out how to make the change.

Thanks in advance.

Olivia

10:50 pm
March 21, 2010


jjasonw

Member

posts 9

2

Go to Dashboard> Appearance> Editor > [on the right column menu] Style.php > scroll down the code until you see this:

}
#feature h2 {
padding:0px;
margin:0px 0px 10px 0px;
color: #;
font-family: , Arial, Helvetica;
font-size: px;
}

I did not try this myself, but I would bet that if you changed that h2 to h1 you will have the change you are looking for. > then click "Update File" > check the blog to see if the change happened. You can always go back and change if back to h2 if that was not the one.

10:55 pm
March 21, 2010


jjasonw

Member

posts 9

3

Go to Dashboard > Appearance> Editor> [from right column menu] select Style.php > scroll down the code page until you get to:

}
#feature h2 {
padding:0px;
margin:0px 0px 10px 0px;
color: #;
font-family: , Arial, Helvetica;
font-size: px;
}

> change the h2 to h1 > hit "Update File" > check for the change you are looking for. If it doesn't do what you want you can alway go back that change it back to h2. I haven't tried this myself, but it ought to do the trick.