lando2319
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I change the color of my RSS feed link in the index.php fileI’d rather do it via the html code. Is that possible? I am trying this now:
<p>
<h2>goodthinking!I’m close.
Forum: Fixing WordPress
In reply to: How do I change the color of my RSS feed link in the index.php fileOK LAST THING
Here is my current code
<p>
<h2>Goodthinking! “><span style=”text-decoration: underline;”><span style=”color: #525759; text-decoration: underline;”>click here to follow my RSS feed</span></span></h2></p>I would like it to turn #a6bc09 upon hover… can’t seem to fit that in anywhere
Help please
Forum: Fixing WordPress
In reply to: How do I change the color of my RSS feed link in the index.php fileGOT IT!!!
<h2>Goodthinking! “><span style=”text-decoration: underline;”><span style=”color: #a6bc09; text-decoration: underline;”>test</span></span></h2></p>
Hope this helps someone
Forum: Fixing WordPress
In reply to: How do I change the color of my RSS feed link in the index.php fileUPDATE: I managed to change the color using this code
<p>
<h2>Goodthinking! <span style=”color: #a6bc09;”>“><span style=”color: #a6bc09;”>click here to follow my RSS feed</span></span></h2>
</p>Now I just need to make the line underneath the same color… any thoughts?
Forum: Plugins
In reply to: Changing the font style on the "Subscribe Options" pluginI ended up going a different route.
Forum: Themes and Templates
In reply to: where is the html code for adjusting my blog post titleThank you so much that worked
Forum: Fixing WordPress
In reply to: Uploading Custom Font to my WordPress SiteOk I ended up getting a different font and using WordPress Font Uploader and using the otf file and it worked… YAY
Forum: Themes and Templates
In reply to: Inserting an image in the Header – Fiver Theme[ Code edited with backticks. Moderator note: when sharing code examples, please wrap the code in backticks or use the code button. ]
OK Here is the solution
Replaced:
<header> <h1>/"><?php bloginfo('name'); ?></h1> <!--<?php bloginfo('description'); ?>--> </header>
With
<header> <img src="https://www.mygoodcounsel.com/wp-content/uploads/2012/05/SiteHeaderComb26.png" /><h1 id="blog-title"> </header>
Forum: Fixing WordPress
In reply to: Customize Navigation Bar through editorI figured it out… I need to change the gif under the style.css
Forum: Installing WordPress
In reply to: need to add index.html file to ftpOk it worked. Thank you so so much. All I needed to do before was clear my cache.
Forum: Installing WordPress
In reply to: need to add index.html file to ftpThank you for the quick reply.
Here is what I just did…
In cpanel of name.com I went to File Manager then I was given the options:
– Home Root
– Web Root
– Public FTP Root
– Document Root for canalsrealty.comI choose Document Root where I found a file named, “index.html.” I deleted this file and am still getting this message.
Any suggestions?
Forum: Themes and Templates
In reply to: Problems uploading theme 26411 from template monsterOk I think I got it… I uploaded the zip file to ftp then extracted the files
Forum: Themes and Templates
In reply to: Enterprise Theme – Home Widget Area Problemok thank you
Forum: Themes and Templates
In reply to: Where exactly do I add ".post-bottom-title { display: none }"I got it handled. I found a part of the code that was similar and just made the appropriate changes. Thank you.