Forums

replacing default theme name with my blog title and tagline (9 posts)

  1. phinecrystal
    Member
    Posted 2 years ago #

    Hello there. I found the perfect theme for my site. The Maamo wordpress theme. However...I'm having a couple of problems. The biggest problem is that I can't replace the theme's default name with my blog title and tag line. I've gone into settings and done what I'm supposed to do there...but still no change. Also, this theme has several color schemes to choose from...but no matter which one I choose...the footer still remains orange. Can someone please help me??

  2. vtxyzzy
    Member
    Posted 2 years ago #

    Did you follow the customization steps on the theme's home page? Especially the part about the logo and description!

  3. phinecrystal
    Member
    Posted 2 years ago #

    No...I'm afraid I didn't follow those steps. Even now when I locate the site-name.psd I have no idea how to edit it. I've downloaded Gimp. Should this allow me to edit it? Could you please advise further? I'm so not a tech person...but I'm trying.

  4. vtxyzzy
    Member
    Posted 2 years ago #

    I am not a Gimp user, so I can't give specific advice. Here is a link to the Gimp documentation in case you don't have it already.

    And here is a link on editing text layers in Gimp.

  5. phinecrystal
    Member
    Posted 2 years ago #

    Thank you for trying to help me. I went into my Godaddy hosting account to file management and took a look at the site-name.psd. I didn't change anything. But when I went back to my website the name Maamo had disappeared. I have no idea what I did to make that happen. I know this is bold. But I'm desparate and my brain is cramping. You seem very knowledgeable and competent in this area. Could you fix this problem for me?

    Please take a look at my site. JolieMe.com...

  6. vtxyzzy
    Member
    Posted 2 years ago #

    • In color.css, line 5, change this:
      div#header div.box-title h1 a {
      background:url("../images/site-name.png") no-repeat scroll left top transparent;
      }

      to this:

      div#header div.box-title h1 a {
      }
    • In layout.css, line 24, change this:
      div#header div.box-title h1 a {
      display:block;
      height:83px;
      margin:0;
      padding:0;
      text-indent:-999999px;
      width:173px;
      }

      to this:

      div#header div.box-title h1 a {
      display:block;
      height:83px;
      margin:30px 0;
      color: white;
      padding:0;
      width:173px;
      }
    • In color.css, line 6, change this:
      div#header div.box-title p {
      background:url("../images/site-description.png") no-repeat scroll left bottom transparent;
      }

      to this:

      div#header div.box-title p {
      }
    • In layout.css, line 25, change this:
      div#header div.box-title p {
      display:block;
      float:left;
      height:83px;
      margin:0;
      padding:0;
      text-indent:-999999px;
      width:300px;
      }

      to this:

      div#header div.box-title p {
      display:block;
      float:left;
      height:83px;
      margin:30px 0;
      padding:0;
      width:300px;
      color: white;
      font: 20px Helvetica,Arial,sans-serif;
      }
  7. vtxyzzy
    Member
    Posted 2 years ago #

    OK - the previous reply should take care of the header. Now, for the footer, in color.css, line 63, change this:

    div#footer-content {
    background:url("../images/border-footer-content.gif") repeat-x scroll center top #D66018;
    }

    to this:

    div#footer-content {
    background-color: green;
    }

    Replace green with whatever coloe you want.

  8. phinecrystal
    Member
    Posted 2 years ago #

    Oh my God...thank you sooo much! Thank you, thank you, thank you! I would hug you if I could!!!

  9. vtxyzzy
    Member
    Posted 2 years ago #

    Glad it helped! Now, please use the dropdown at top right to mark this topic 'Resolved'.

Topic Closed

This topic has been closed to new replies.

About this Topic