Can anyone tell me how to write the code for........

13 replies
font size in a link in a header in wordpress?

Ok - so....Im in SEO-all-in-one plugin trying to edit the 'header'

I have the banner and the 2 links under it

the problem is the writing is tiny!
Ive tried a couple of things but it hasnt worked!

Its just a plain<a href.......">......</a> that Ive got in there and they both work from the site but they are so freakin tiny no-one will see them anyway!

any help greatly appreciated!
Thanks in advance - Kym
#code #write
  • Profile picture of the author Monetize
    You probably need to edit your style page settings.
    {{ DiscussionBoard.errors[187196].message }}
  • Profile picture of the author Ouroboros
    Try adding an <h1> </h1> around the href tag for the first line and an <h2) for the subtitle, other wise you may need to modify your stylesheet.

    Show me and I can tell you better.

    Steve
    Signature

    Need a Simple Product/Service to Market to Offline Clients? Sell Them DFY Custom Videos. https://www.fiverr.com/users/gigsiteguy

    {{ DiscussionBoard.errors[187214].message }}
  • Profile picture of the author Kym Robinson
    Thanks Steve - check out the links at the very top of my personal development site (in sig) just under the banner.

    Thanks Monetize but thats getting a bit techie for me - I hope it can be fixed without editing the stylesheet - I would probably wreck it!
    Kym
    {{ DiscussionBoard.errors[187217].message }}
    • Profile picture of the author lgibbon
      Banned
      Originally Posted by Kym Robinson View Post

      I hope it can be fixed without editing the stylesheet - I would probably wreck it!
      Kym
      Is it the blog in the first link in your sig file?
      If so you should remember where you added that text.

      <center><a href="http://128027.successuniversity.com/specialoffer"><size=10>14 Day FREE Trial especially for You! You Can't Afford Not To Try It!</a>
      <br>
      <a href="http://sucopycat.com/r/Kymmy">Join My Success University Team Today - Click to Watch my Video NOW!</a></size></center>

      You'll see a tag in there saying size 10
      Thats the only bit you need to change.
      just change 10 to 14 or something and see how it looks.
      {{ DiscussionBoard.errors[187229].message }}
    • Profile picture of the author Monetize
      Originally Posted by Kym Robinson View Post

      Thanks Monetize but thats getting a bit techie for me - I hope it can be fixed without editing the stylesheet - I would probably wreck it!
      Kym
      Okay but editing your style sheet is much simpler
      than writing code from scratch
      {{ DiscussionBoard.errors[187242].message }}
  • Profile picture of the author Frank Ayres
    why do people write titles with .................. in them why couldn't you have asked the whole question so people can see what it is about before having to open it?

    you were asking for help not writing a sales page!
    Signature

    {{ DiscussionBoard.errors[187228].message }}
  • Profile picture of the author Kym Robinson
    Im glad you were such a help Spudz!

    Thankyou very much lgibbon - that is what I did originally, exactly that - I changed it from 6 to 8 to 10 but the font size on the page didnt change at all!

    I'll go for something real big and see what happens!

    OK - Monetize, I'll take any good advice - how would I go about changing the style sheet?

    Thanks so much for most comments - I really appreciate it!
    Kym
    {{ DiscussionBoard.errors[187250].message }}
  • Profile picture of the author Kym Robinson
    and Spuds - the reason for the .......was simply because the words didnt matter - I was merely pointing out that it was a html a href link line!
    {{ DiscussionBoard.errors[187253].message }}
    • Profile picture of the author Frank Ayres
      Originally Posted by Kym Robinson View Post

      and Spuds - the reason for the .......was simply because the words didnt matter - I was merely pointing out that it was a html a href link line!
      How did it not matter

      Can anyone tell me how to write the code for........
      Could have meant anytype of code you didnt say it was html in title could have been php, c++ and any type of code
      Signature

      {{ DiscussionBoard.errors[187260].message }}
  • Profile picture of the author Kym Robinson
    Ok - tried it at 20 and its still the same as it was!

    Monetize - you were saying????
    - but newbie to stylesheet directions please!
    tahnks again!
    Kym
    {{ DiscussionBoard.errors[187256].message }}
  • Profile picture of the author Monetize
    Here's your tutorial.

    Please open your style page and look for the part
    that needs changing. I believe this would be your
    header font size. Change it. Save it.

    It helps to make a backup copy of your style sheet
    before you begin just in case you really do mess it
    up, which I'm sure you won't
    {{ DiscussionBoard.errors[187277].message }}
  • Profile picture of the author JustVisiting
    Kym

    Your special offer text is between the <head> tags?
    I think because you are using the SEO plugin?

    Try this instead: edit your header.php and put your
    html between the between the <div id="header"> tags.

    You will then have your text where it should be, within the
    <body> tags... (not in the <head> !!)


    <div id="header" class="png">

    <center><a href="http://128027.successuniversity.com/specialoffer"><size=20>14 Day FREE Trial especially for You! You Can't Afford Not To Try It!</a>
    <br>
    <a href="http://sucopycat.com/r/Kymmy">Join My Success University Team Today - Click to Watch my Video NOW!</a></size></center>

    If you need to alter the size add the following to your stylesheet as follows:

    #header a {
    text-decoration: none;
    font-size: 1.2em;
    }

    #header a:hover {
    text-decoration: underline;
    }



    Cheers
    Signature
    "...If at first you don't succeed; call it Version 1.0"
    {{ DiscussionBoard.errors[187306].message }}

Trending Topics