• Hi, I’ve beening using the element inspector in Safari but still can’t see to find this so maybe someone else will see where it is… I am trying to remove the dark blue boxes around images (https://www.carinagardner.com/favorites/) as seen here and just add a simple white box with stroke (obviously the white box won’t show but the stroke will be off the box about 3 px). I get something that says

    background-color: rgb(26, 39, 46);

    However I can’t find it in the style sheet. Know where is might be?

    The second thing is that I’d like to move the search box that came with the template. I have an adsense search up and it’s silly to have both. Is there a way to simply get rid of it or move it to the bottom (footer area) of the blog?

    Thanks so much for your help! I’ve just started this wordpress and am really liking it!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You’ll have to look for this in your style.css. If you remove the background-color everything should be fine.

    .post-content img {
    background:#1A272E none repeat scroll 0 0;
    padding:5px;
    }
    Thread Starter cnirvana

    (@cnirvana)

    Thank you, thank you!

    Thread Starter cnirvana

    (@cnirvana)

    Anybody know anything about moving the search box?

    Thread Starter cnirvana

    (@cnirvana)

    I figured out the search box thing if anybody else is interested. I just took all the php under sidebox.php that was coded for the search box and moved it to the end. I thought about taking it out completely but I wanted to hold on to it, just in case

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove colored boxes around images and move search box’ is closed to new replies.