logo above site title

  • I have several different questions for my website with the Oulipo theme here: http://daniellegregory.com/

    I dont know a lot about code and css so most of what I edit is through trial and error, but I cant seem to figure these things out.:

    1. How can i add a logo above my site title?
    2. How can I change the color of just my site title Danielle Gregory
    3. How can I change the color and size of my tagline: Photojournalist, graphic designer, videographer
    4. How can I add social media icons in the left column under the menu?

    The blog I need help with is: (visible only to logged in users)

  • http://daniellegregory.com/

    The site you are asking about does not seem to be hosted on WordPress.COM so you need to make friends over at WordPress.ORG the keepers of the software you are using.

    https://en.forums.wordpress.com/topic/7-things-to-know-before-posting-in-wordpresscom-forums?replies=1

    This site is for support of sites hosted on WordPress.COM. You should address your questions to WordPress.ORG the keepers of the software you are using: http://wordpress.org/support/

    For more on the difference: http://support.wordpress.com/com-vs-org/

    If you are asking for help with a WordPress.COM site then we need a link to that site to give you accurate help.

  • @daniellejgregory, did you download this theme from WordPress.com Themes Showcase, or did you get it from WordPress.org themes?

    We cannot view the dashboard of your site, but check to see if the version you are using has a custom header feature at Appearance > Header. If so, you can upload a 160px high by 120px wide image there and it will be placed above your site title. If not, You can add the following to your CSS and then upload your header image to the media library, get the URL of that image and place it between the double quote marks in the background declaration. If you want to change the height and width, those declarations are included in the following rule. Width looks like you can go to about 250px and align with the right edge of the menu below.

    span.header_image {
        background: url("") no-repeat scroll 0 0 transparent !important;
        display: block;
        height: 120px !important;
        margin-bottom: 30px;
        width: 160px !important;
    }
  • The topic ‘logo above site title’ is closed to new replies.