Title: pamr's Replies | WordPress.org

---

# pamr

  [  ](https://wordpress.org/support/users/pamr/)

 *   [Profile](https://wordpress.org/support/users/pamr/)
 *   [Topics Started](https://wordpress.org/support/users/pamr/topics/)
 *   [Replies Created](https://wordpress.org/support/users/pamr/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/pamr/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/pamr/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/pamr/engagements/)
 *   [Favorites](https://wordpress.org/support/users/pamr/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/pamr/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/pamr/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to delete my posts in forum so it doesn't display in Google?](https://wordpress.org/support/topic/how-to-delete-my-posts-in-forum-so-it-doesnt-display-in-google/)
 *  [pamr](https://wordpress.org/support/users/pamr/)
 * (@pamr)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/how-to-delete-my-posts-in-forum-so-it-doesnt-display-in-google/#post-2394683)
 * Would it be okay if I jumped on this post? I’m having the same problem with my
   URL displaying and it not looking professional. Also, I winded up using Dreamweaver
   instead so I can learn more about WordPress! So embarrassing 🙁
    [http://wordpress.org/support/profile/pamr](http://wordpress.org/support/profile/pamr)(
   I have a bunch of posts but didn’t want to list them all in case this doesn’t
   get approved)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Create a frontpage?](https://wordpress.org/support/topic/create-a-frontpage/)
 *  Thread Starter [pamr](https://wordpress.org/support/users/pamr/)
 * (@pamr)
 * [14 years ago](https://wordpress.org/support/topic/create-a-frontpage/#post-2729226)
 * That’s just it. I don’t know what exactly to copy and paste. The theme came with
   a home.php and index.php. I tried copying both but it comes up all unstyled. 
   I know once I figure it out, it’ll be super easy but I can’t get to that point.
   Should I copy the HTML I get from when I go to the site and click View Source?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Create a frontpage?](https://wordpress.org/support/topic/create-a-frontpage/)
 *  Thread Starter [pamr](https://wordpress.org/support/users/pamr/)
 * (@pamr)
 * [14 years ago](https://wordpress.org/support/topic/create-a-frontpage/#post-2729221)
 * Sorry but I don’t know how to go about just duplicating the page. Is there a 
   way to add the stylesheet, or import it?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Create a frontpage?](https://wordpress.org/support/topic/create-a-frontpage/)
 *  Thread Starter [pamr](https://wordpress.org/support/users/pamr/)
 * (@pamr)
 * [14 years ago](https://wordpress.org/support/topic/create-a-frontpage/#post-2729219)
 * I did, but I’m still not understand how to duplicate my current homepage to create
   a new one.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Decrease Footer Padding/Height](https://wordpress.org/support/topic/decrease-footer-paddingheight/)
 *  Thread Starter [pamr](https://wordpress.org/support/users/pamr/)
 * (@pamr)
 * [14 years ago](https://wordpress.org/support/topic/decrease-footer-paddingheight/#post-2727277)
 * I’m using the F12 developer tools in IE. All the padding and margins are set 
   to zero, and I can’t make any number negative. Any other suggestions? This is
   making me crazy!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Applying Child Theme](https://wordpress.org/support/topic/applying-child-theme/)
 *  Thread Starter [pamr](https://wordpress.org/support/users/pamr/)
 * (@pamr)
 * [14 years ago](https://wordpress.org/support/topic/applying-child-theme/#post-2724362)
 * I use F12 as my developer tool. For example, I wanted to change the border color
   on my featured image. F12 directed me to <div class=”grid col-940″ id=”featured”
   > on the left. On the right was all this code:
    #featured padding-bottom: 0px;
   border-top-color: #000000; border-right-color: #d6d6d6; border-bottom-color: #
   d6d6d6; border-left-color: #d6d6d6; border-top-width: 1px; border-right-width:
   1px; border-bottom-width: 1px; border-left-width: 1px; border-top-solid: solid;
   border-right-solid: solid; border-bottom-solid: solid; border-left-solid: solid;
   border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom-left-
   radius: 6px; border-bottom-right-radius: 6px; background-color: rgb(255, 255,
   255);
 * When I enter that into my style.css, nothing happens. I’ve refreshed and cleared
   my cache. What am I doing wrong?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Applying Child Theme](https://wordpress.org/support/topic/applying-child-theme/)
 *  Thread Starter [pamr](https://wordpress.org/support/users/pamr/)
 * (@pamr)
 * [14 years ago](https://wordpress.org/support/topic/applying-child-theme/#post-2724358)
 * I made my backup copy and am now working on my child theme. I imported a few 
   files so far from the parent theme (style.css, functions.php, index.php, header.
   php, etc). They’re also linked in my stylesheet as well.
    Now that I’m ready 
   to start fixing things (adding a border to the featured content and widgets, 
   replacing footer, etc.), where would I do this? I tried putting a border radius
   and color around the featured content yesterday and adding the code to style.
   css, but nothing happened. I used the code I got from [http://border-radius.com](http://border-radius.com),
   but still no go. What am I doing wrong?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [images instead of text in the navigation menu tabs](https://wordpress.org/support/topic/images-instead-of-text-in-the-navigation-menu-tabs/)
 *  [pamr](https://wordpress.org/support/users/pamr/)
 * (@pamr)
 * [14 years ago](https://wordpress.org/support/topic/images-instead-of-text-in-the-navigation-menu-tabs/#post-2696244)
 * I’m trying to do the same thing, but am not sure where to place certain code.
   My URL is [http://test.worryfreeclaims.com](http://test.worryfreeclaims.com).
   Here’s what my navbar looks like on the stylesheet:
 * _[CSS [moderated ](http://codex.wordpress.org/Forum_Welcome#Posting_Code)– a 
   link to your site is enough]_
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Center Nav Hover Color?](https://wordpress.org/support/topic/center-nav-hover-color/)
 *  Thread Starter [pamr](https://wordpress.org/support/users/pamr/)
 * (@pamr)
 * [14 years ago](https://wordpress.org/support/topic/center-nav-hover-color/#post-2714525)
 * Thanks for responding so quickly. I’m using the F12 developer tool. I’m still
   having trouble locating what to edit. It’s making me crazy!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Font not working on iPad browser](https://wordpress.org/support/topic/font-not-working-on-ipad-browser/)
 *  [pamr](https://wordpress.org/support/users/pamr/)
 * (@pamr)
 * [14 years ago](https://wordpress.org/support/topic/font-not-working-on-ipad-browser/#post-2300458)
 * I’m having a similar issue, MainMoose. Century Gothic is amazing! So did you 
   wind up going with Google Fonts? I’m trying to figure out what to do with my 
   nav bar situation 🙁
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove Leave a Reply/Comments](https://wordpress.org/support/topic/remove-leave-a-replycomments/)
 *  Thread Starter [pamr](https://wordpress.org/support/users/pamr/)
 * (@pamr)
 * [14 years ago](https://wordpress.org/support/topic/remove-leave-a-replycomments/#post-2693270)
 * I managed to fix it on that page, but not the homepage ([http://test.worryfreeclaims.com](http://test.worryfreeclaims.com)).
   Any ideas? It’s making me crazy!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove Leave a Reply/Comments](https://wordpress.org/support/topic/remove-leave-a-replycomments/)
 *  Thread Starter [pamr](https://wordpress.org/support/users/pamr/)
 * (@pamr)
 * [14 years ago](https://wordpress.org/support/topic/remove-leave-a-replycomments/#post-2693064)
 * Let’s try this again. Sorry! [http://pastebin.com/pDMWvXYy](http://pastebin.com/pDMWvXYy)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Reduce Spacing Above Footer](https://wordpress.org/support/topic/reduce-spacing-above-footer/)
 *  Thread Starter [pamr](https://wordpress.org/support/users/pamr/)
 * (@pamr)
 * [14 years ago](https://wordpress.org/support/topic/reduce-spacing-above-footer/#post-2692480)
 * You’re awesome! Where should I look for this code? Index.php?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove Leave a Reply/Comments](https://wordpress.org/support/topic/remove-leave-a-replycomments/)
 *  Thread Starter [pamr](https://wordpress.org/support/users/pamr/)
 * (@pamr)
 * [14 years ago](https://wordpress.org/support/topic/remove-leave-a-replycomments/#post-2693053)
 * I’ve tried doing that but it’s still not working. Here’s the page’s code. I’m
   thinking it has to do with some of the code above the line you provided?
 * _[Code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome#Posting_Code).
   The maximum number of lines of code that you can post in these forums is **ten
   lines**. Please use the [pastebin](http://wordpress.pastebin.com/)]_
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove Leave a Reply etc.](https://wordpress.org/support/topic/remove-leave-a-reply-etc/)
 *  [pamr](https://wordpress.org/support/users/pamr/)
 * (@pamr)
 * [14 years ago](https://wordpress.org/support/topic/remove-leave-a-reply-etc/page/2/#post-2070464)
 * I was trying to follow this but none of the code is working in mine. Any ideas?
   [http://test.worryfreeclaims.com/works](http://test.worryfreeclaims.com/works)
   
   I’m not using this site as a blog, so it doesn’t make sense to have comments.
   Thanks!

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/pamr/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/pamr/replies/page/2/?output_format=md)