• wp6767

    (@wordpress6767)


    Hi everyone,

    I have a blog at https://www.howtospeedupthemetabolism.com

    I’m trying to get rid of the text right under the header that says:

    “Welcome to my blog! The companion workshop to Andy’s new book ‘Transcending CSS – The Fine Art of Web Design’, etc.. etc…”

    How can I do that? I’m also trying to change the footer text on the them and change the settings of my right hand sidebar. I’m trying to modify the size of the text on my posts… I know that’s a lot, but can anyone help me? Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • esmi

    (@esmi)

    I’m trying to get rid of the text right under the header

    You’d need to edit the theme’s index.php template file and remove that block from the file.

    I’m also trying to change the footer text

    Try editing footer.php.

    and change the settings of my right hand sidebar. I’m trying to modify the size of the text on my posts

    Not sure what you mean by “settings” but the rest can probably be done via CSS amendments.

    Thread Starter wp6767

    (@wordpress6767)

    Ok, I changed the header php file (this is where the text was) but there is now a huge gap between the header and my posts, how can I fix that?

    I also tried to modify the footer text, but the text was nowhere to be found in the footer php file… Can you help me? Thanks

    esmi

    (@esmi)

    there is now a huge gap between the header and my posts, how can I fix that?

    You didn’t take out enough. You need to remove the <div id="board"> </div> markup as well.

    the text was nowhere to be found in the footer php file

    Drop a copy of the file into the WordPress pastebin and post the pastebin url here. Perhaps someone will be able to spot the problem and suggest a solution.

    Thread Starter wp6767

    (@wordpress6767)

    Ok, I was able to remove the gao between the header and the text, thanks esmi!

    But I still can’t change my footer and I can’t figure it out. I tried to make a new one, but the whole sidebar disapeared… Here is what the file looks like:

    [Code moderated as per the Forum Rules. Please use the pastebin]

    Can anyone help me? Thanks!

    esmi

    (@esmi)

    Looks like you have a rather spammy encoded theme. I’d strongly recommend that you look for a new theme as encoded files can sometimes be used to add all kinds of unwanted code or links to your site. Some of it could even be malicious.

    Thread Starter wp6767

    (@wordpress6767)

    Wow, I sure hope not, I really like the theme… Here’s the pastebin link:

    https://wordpress.pastebin.com/ukezn7xL

    Is there a way I can change the footer only without having to get a new theme? Thanks

    esmi

    (@esmi)

    You’ll need to see if you can get the footer decoded.

    See this thread.

    Thread Starter wp6767

    (@wordpress6767)

    Thanks for your help esmi, greatly appreciated…

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Trying to change text under header, help please…’ is closed to new replies.