sam132
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Bullet point list overlapping onto imageFantastic thanks!
Sam
Forum: Fixing WordPress
In reply to: Changing the font color of my bullet pointsOops thats not my website!
My site is triathlontips.org NOT .com!
Please help me! Bullets points are a different color!
Thanks,
Sam
Forum: Fixing WordPress
In reply to: Aligning a YouTube EmbedI did it 🙂
I simply put it in a table:
<table border="0" align="right"> <tr> <td>INSERT YOUTUBE EMBEDD LINK HERE</td> </tr> </table>Forum: Fixing WordPress
In reply to: Aligning a YouTube EmbedTried a few things, but its still not working.
Any tips?
Sam
Forum: Themes and Templates
In reply to: Links are a crazy green colorThanks, I tried changing the color hashtag you gave above (068e02) but that didn’t seem to change anything, so I went through and read the links. Then added the following to my stylesheet:
a:link {color:#FF0000;}It worked 🙂
Forum: Fixing WordPress
In reply to: Why are my page titles becoming links?Worked like a dream! Thank-you 🙂
Sam
Forum: Fixing WordPress
In reply to: Why are my page titles becoming links?I just changed the title from:
<h1>” rel=”bookmark”><?php the_title(); ?></h1>
To
<h1><?php the_title(); ?></h1>
The links gone but now so has the color!
Thanks,
Sam
Forum: Fixing WordPress
In reply to: Help me find this color!Thanks, it worked a treat!
😀 !
Sam
Forum: Fixing WordPress
In reply to: Changing my blogs background colorThanks,
I found the grey color (its hex code if f4f4f4).
I ran a Cntr+F for it on my stylesheet and found several places, I then pasted in the new desired color code.
Unfortunately while most the grey color now changed to the new color a small rectangle box still resided with the grey color just outside of the main white body.
The code I changed was the #f4f4f4 below:
/* Body */ * {margin:0; padding:0;} body {background:#f4f4f4 url(img/bg.gif) top center repeat-y; color:#303030; font:76% Cursive;}Please see the website (in the original post).
Thanks,
Sam
Forum: Fixing WordPress
In reply to: Changing font of Simple SidebarChampion it worked again!
Thanks! FYI I used the following line in below my links section:
#leftside a {font-family: jokerman;}(Change Jokerman to ideal font)
Sam
Forum: Fixing WordPress
In reply to: Changing Sidebar Text ColourWoop!
It worked a treat! Ended up not going for black as it made the site look boggy!
Thank-you 🙂
FYI I added the line in the link section rather than the sidebar the exact line I used was:
#leftside a {color: #000;}Merci,
Sam
Forum: Fixing WordPress
In reply to: Changing font of Simple SidebarThanks, yes I have learnt my lesson in back ups the hard way!
Whats Pastebin?
Thanks,
Sam
Forum: Fixing WordPress
In reply to: Changing Sidebar Text ColourThanks for the info on custom containers, what would I need to add to my sidebar.php to make it work?
[CSS moderated as per the Forum Rules. Please just post a link to your site.]
Thanks,
Sam
Forum: Fixing WordPress
In reply to: Changing font of Simple SidebarThanks,
So if I changed it to read:
[CSS moderated as per the Forum Rules. Please just post a link to your site.]
Would that work?
Thanks,
Sam
Forum: Fixing WordPress
In reply to: Changing Sidebar Text ColourWhat would I need to add between the {} to make the link black, and where else would I need to add it?
Many thanks,
Sam