iselaespana
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Styling search form. Twenty ten theme.I have fog brain. where do I find the input field…. I have been looking all over and can’t find it!
Forum: Themes and Templates
In reply to: Styling search form. Twenty ten theme.Oh and is there a way to add some text in the search field: like “search this website” so it will appear before they enter anything?
Forum: Themes and Templates
In reply to: Styling search form. Twenty ten theme.Thank you the top margin worked… Now I am going to try and the submit button!
Maybe you can help me with one more css problem…
I wanted to add a image behind the widget titles like a ribbon or something but it ends up covering the whole widget section instead of each title. Ideas?
I was trying it doing #primary #Secondary am I just missing the no-repeat?
Thanks!
Forum: Themes and Templates
In reply to: Adding search box above header in div?OK I was able to fix it. Thank you!!!
Forum: Themes and Templates
In reply to: Adding search box above header in div?Ok It appears in the admin area now how would I target it in Css to appear in my DIV??
Forum: Themes and Templates
In reply to: Adding search box above header in div?I added that… but now I’m a little lost to what comes next. It does not appear in my admin widget area.
Forum: Themes and Templates
In reply to: Adding search box above header in div?Ok so it says to :
copy the existing markup from sidebar.php into a new widget in functions.php
How do I create a NEW widget function?
Forum: Themes and Templates
In reply to: CSS Question …Thanks Alchymth!!
as far as the excerpt would that include the post title aligning with the post thumbnail? What would I need to place in css as the name for the items? .the_post_thumbnail ?
“(btw: the layout of your sample site is totally broken in IE7 – an old but still widely used browser)” */…………….this is not the one I am working with, right? ……………/*
Forum: Themes and Templates
In reply to: CSS Question …I assumed that much! ??
Forum: Themes and Templates
In reply to: multiple backgrounds?nevermind figured it out…. If anyone else is interested:
body{
background-image: url(https://www.yoursite/images/image.png), url(https://www.yoursite/images/image.png);
background-repeat: repeat-x, repeat;}
Forum: Themes and Templates
In reply to: multiple backgrounds?i have it set like this:
body {
background-image: url(images/bg.png), url(images/bgtop.png);
background-repeat: repeat, repeat-x;
}but it is not working, any ideaS?
Forum: Themes and Templates
In reply to: multiple backgrounds?would I have to set two different divs?
Forum: Themes and Templates
In reply to: multiple backgrounds?thank you.
Forum: Plugins
In reply to: Pinterest pin it button on hover over imageI was looking into maybe using a hover over image… but wouldn’t that remove the lower image?
Forum: Plugins
In reply to: meteor slide pushed to the right in firefoxit worked!! Thank you so much for your help! I appreciate it!