jklarich
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Centering Image on Content PageWorked Great!
Forum: Themes and Templates
In reply to: [Hueman] Text Font Size and FamilyGot it done. Nice explanation.
Forum: Themes and Templates
In reply to: [Hueman] Content Area Text ColorThanks!
Forum: Themes and Templates
In reply to: [Hueman] Content Area Text ColorRight it is but it is not displaying as red. Everything is gray which was the default color for the Hueman WordPress. I want it black and maybe a little heavier line. Tried some things but couldn’t get them to work.
I changed the code to:
Text Color * { color: #000000 !important; }
and it didn’t change color. Suggestions?
Forum: Themes and Templates
In reply to: [Hueman] Content Area Text ColorOr if it is black, how do I make it darker (bolder) or thicker?
Forum: Themes and Templates
In reply to: [Hueman] Scrolling Marquee/BannerOk, I thought I was following instructions to create CSS code and it wasn’t HTML. I’m still learning. I will check out those plugins. Thanks for the suggestions and thank you for explaining how to put code in my posts!
Forum: Themes and Templates
In reply to: [Hueman] Scrolling Marquee/BannerI put this code in my CSS:
<!– Codes by HTML.am –>
<!– CSS Code –>
<style type=”text/css” scoped>
.GeneratedMarquee {
font-family:’Times New Roman’, serif;
font-size:5em;
font-weight:bold;
line-height:1.3em;
color:#000000;
background-color:#0099FF;
padding:.5em;}
</style><!– HTML Code –>
<marquee class=”GeneratedMarquee” direction=”left” scrollamount=”6″ behavior=”scroll”>City Important Information</marquee>and it put a marquee on my site. I don’t know how it worked, but it did.
I just want a way to display urgent information in a eye catching way that is easily edited and displayed on all my content area pages.
Forum: Themes and Templates
In reply to: [Hueman] Scrolling Marquee/BannerI used a Marquee CSS code which is above and that is where it put it. I couldn’t figure out if I could move it. Some of the Marquee CSS codes had it scroll across and it went behind my header,content area, widgets which I don’t want.
What I want is a way of displaying important information that is of an urgent nature. I want it displayed somewhere like at the top of all the content area pages with a colorful bold display. This item will only be used occasionally. What are my options?
Forum: Themes and Templates
In reply to: [Hueman] Embed Stream on WebsiteThis worked, but I didn’t get it to automatically stream. Will work on that.
Forum: Themes and Templates
In reply to: [Hueman] Embed Stream on WebsiteThat worked great! Is there a way for it to just start playing without having to go to the other site?
Forum: Themes and Templates
In reply to: [Hueman] Embed Stream on WebsiteI am experimenting with different ways to display. I would like a button in the primary widget area (left widget area) that is a button that they can click on and then the stream becomes available. Just looking for options.
Forum: Themes and Templates
In reply to: [Hueman] Widget Headings DisplayThank You! The links to the code creation sites were very helpful.
Forum: Themes and Templates
In reply to: [Hueman] Menu Links UnderlinedThank you for the input. It worked!
Forum: Themes and Templates
In reply to: [Hueman] Widgets Titles Larger Font SizeSolved it again!
Forum: Themes and Templates
In reply to: [Hueman] Link Colors Different in Page Body then in WidgetsPerfect! Thanks!