Widget Title and Links
-
I am using two text widgets at the top of http://esilmarketing.com/
The title shows up for the first one but not for the second one. I have tried adding html coding in the title but the coding just disappears when I save. The title shows on the Widgets page, but not on the live website.
Also, I would like the three links to be on one row but when I put them in one row there is no spacing between them. They appear as AmazonVolumesKobo. I have tried adding spacing with “ ” to no avail, and when I put words in like “or” they go after the link instead of in front of it.
1. How do I make the title appear?
2. How do I put the links on one line with spacing between them?Thank you!
-
Looks like you have that font the same color as the background there – so it’s there but invisible :).
<font color="334b1d"> <font size="1">Buy Steve’s Book</font>For the links, remove those line breaks in the HTML, and add this margin to the CSS:
.subcontainer div a { float: left; margin-right: 5px; }Thank you so much! I wondered if font colour was the problem which is why I tried the HTML code in the title. I don’t know where to go to change the colour. I figure it’s not in the css file or all the titles would be green.
Can you tell me please how I make the title white?
<h1> <font size="2"> <font color="334b1d"> </font> </h1>Where’s that HTML and CSS coming from – it’s invalid and deprecated…
I don’t know. It’s not in the style.css
The topic ‘Widget Title and Links’ is closed to new replies.
