Need a Webdesigner : Editing Wordpress Theme

by Matthi
12 replies
  • WEB DESIGN
  • |
Hi all!

I'm looking for a webdesigner who can help me editing a Wordpress Theme.

I want some changes to be made. (Can't post a link to the theme

- I want a lighter header (no black)
- Background is now black, this should also be a lighter color.

This is an example how it should look like : incomediary.com

Can somebody help me with this?
And can you make an estimation of the costs?

Thank you in advance!

Ps: You can send me an private message.

Matthias
#editing #theme #webdesigner #wordpress
  • Profile picture of the author Curtez Riggs
    what's the name of the theme that you are currently using?
    {{ DiscussionBoard.errors[2120260].message }}
  • Profile picture of the author Matthi
    Community Innovation on themeforest.net
    {{ DiscussionBoard.errors[2120275].message }}
  • Profile picture of the author Matthi
    Cool! Thank you for your help!
    {{ DiscussionBoard.errors[2121086].message }}
    • Profile picture of the author Matthi
      Hi all!

      I set up my wordpress blog. Here is the link: matthiasmoens.be

      I found the link to the header (image). But can't find the image from the black background.

      Can somebody help me with this?

      Thank you!
      {{ DiscussionBoard.errors[2127948].message }}
      • Profile picture of the author Harrison Ortega
        Hey Matt,
        You don't need to worry with the header image. At least for now.
        You just need to change 3 classes on your stylesheet.

        Steps:

        1- Open up style.css

        1a- Find this code:
        Code:
        body, #page {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #333;
            background: #303030;
            line-height: 20px;
            margin: 0;
            padding: 0;
        }
        and replace with this:
        Code:
        body, #page {
        background:none repeat scroll 0 0 #FDFDEB;
        color:#333333;
        font-family:Arial,Helvetica,sans-serif;
        font-size:12px;
        line-height:20px;
        margin:0;
        padding:0;
        }
        1b- Now find this code:
        Code:
        #header {
            background: #222;
            border-bottom: solid 1px #3f3f3f;
            min-height: 150px;
            margin-bottom: -21px;
        }
        and replace with this
        Code:
        #header {
        background:none repeat scroll 0 0 #3E4D16;
        border-bottom:1px solid #3F3F3F;
        margin-bottom:-21px;
        min-height:150px;
        }
        1c- Lastly, find this code:
        Code:
        #header-inner {
            width: 995px;
            margin: 0 auto 0 auto;
            background: url(images/header.png) no-repeat 0 0;
        }
        and replace with this
        Code:
        #header-inner {
        margin:0 auto;
        width:995px;
        }
        Post back the results.

        Originally Posted by Matthi View Post

        Hi all!

        I set up my wordpress blog. Here is the link: matthiasmoens.be

        I found the link to the header (image). But can't find the image from the black background.

        Can somebody help me with this?

        Thank you!
        Signature
        NJ web design / NJ Web Designer. MY Wordpress portfolio. 10 years of HTML/CSS - 6 years developing professional Wordpress websites. Currently not available for services.
        {{ DiscussionBoard.errors[2128971].message }}
  • Profile picture of the author jedz
    Banned
    Hi Matthias ,

    Feel free to check us out if you're still looking one.

    Thanks!
    {{ DiscussionBoard.errors[2134112].message }}
  • Profile picture of the author eugenedm
    I can do this for you for 30 bucks
    Signature

    WARNING: A 50 Million Dollar Man Taught Me His Secret... Which Resulted 6,000 Sign-ups on My Email List.

    "It's easier than you think..."

    => Watch this video here...
    Build Your List to 6,000 Subscribers

    {{ DiscussionBoard.errors[2134120].message }}

Trending Topics