• This might be a stupid question but I’m really confused. I used firebug to add html to <h1 id=”logo”> so a subscribe button appears on the top right of the page but I have no idea as to how to save these changes in wordpress.

    This is the code I used which works fine in firebug but I just can’t figure out where to place it.

    <li style=”font-size: 18px;” class=”widget ” id=”sw-subscribe-widget-2″><font color=”blue”><p style=”margin-left: 845px;margin-right:40px;margin-top:-60px”>Subscribe By RSS</p><p subscribe-widget-div”=”” style=”margin-top:-40px;<div id=”><img width=”41″ height=”45″ border=”0″ src=”https://www.thezenapproach.com/subscribe-widget/postsfeed.png&#8221; style=”margin-right:5px;margin-left:880px;” alt=””></p></font>

    This is my website

    Any help would be much appreciated.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Go to Appearance- editor – your CSS file will be the first thing you see in editor window.
    and add your styles.

    If you are using a twentyten or twentyeleven theme or a theme that is updated, be sure to make a child theme .. just do a search on these forums or google .. it’s easy.
    Other wise your changed may be overwritten in an update.

    Thread Starter sotiro123

    (@sotiro123)

    Thanks for replying but I’m still not sure what I’m meant to do. I’m pretty new to all of this.

    Thread Starter sotiro123

    (@sotiro123)

    Anyone…?

    the code goes in header.php

    In your dashboard you would find that at appearance->editor and then select header.php

    As @dragonsjaw suggested, a child theme should be considered depending on your theme
    https://vudu.me/child can help you with that

    Thread Starter sotiro123

    (@sotiro123)

    When I add code to header.php my whole website disappears but it doesn’t matter now as I’ve found a workaround using thesis openhook.

    My problem now is that I can’t seem to make the image clickable using my code as shown above.

    This is driving me crazy, it seems like just a simple change but I’m wasting hours trying to figure it out.

    <p subscribe-widget-div"="" style="margin-top:-40px;<div id=">

    there are a lot of errors in this bit of code. I’m not even sure what it’s supposed to look like. ALso your code above got eaten by the forum

    YOu have to use the code button, or post your code between backtics on this forum

    so your code ends up in a neat box and doesn't get destroyed

    Thread Starter sotiro123

    (@sotiro123)

    thanks I figured it out eventually just by messing around with it

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Where Do You Add Html To?’ is closed to new replies.