aasbd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Footer color change in twenty eleven themeHi Twiesselmann, Simply add the following code in the style.css section of your child theme. I got black color by using that code in my site. You can check it here http://www.aas-bd.com. It is effective code to change footer text color or footer link color change.
#site-generator a {
color: #000000;
font-weight: normal;
}Forum: Themes and Templates
In reply to: Removing Comment from the postSorry, there is no such text “LEAVE A REPLY” in the single.php section of my child theme. I think it is located in any other section.
Forum: Fixing WordPress
In reply to: Body text display problem in Internet ExplorerThanks. After checking validation I have found 9 errors but I am not sure where can I put those code after using Clean up Markup with HTML-Tidy. Any help will be appreciated.
Forum: Fixing WordPress
In reply to: Body text display problem in Internet ExplorerMy link is http://www.aas-bd.com
Forum: Fixing WordPress
In reply to: Body text display problem in Internet ExplorerSorry, I forgot to add link of my site.
Forum: Fixing WordPress
In reply to: Padding removalMay be it is caused for my monitor.
Forum: Fixing WordPress
In reply to: Footer color change in twenty eleven themeExcellent instruction. It worked nicely.
Forum: Fixing WordPress
In reply to: Padding removalI mean left side of menubar and footer of my site and probably in body too. If you look footer of my site you will see a little white gap in the left side of footer and menu bar. How can I do it into zero?
Forum: Fixing WordPress
In reply to: Padding removalI see a very little white gap on the left side but the right site is OK. I am not sure how to fix this left side padding problem.Any help in this regard will be appreciated.
Forum: Fixing WordPress
In reply to: Footer color change in twenty eleven themeNot clear. I see copyright is in black but the privacy and terms are different colors
Forum: Fixing WordPress
In reply to: Footer color change in twenty eleven themeGovpatel, your instruction has worked very well. However can you suggest how can I change the link color on footer?
Forum: Fixing WordPress
In reply to: Footer color change in twenty eleven themeWP Bum your instruction did not work.
Forum: Fixing WordPress
In reply to: Page Title instaed of Page IDThanks Christine and Moderator YPyogi your instruction has worked very well.
Forum: Fixing WordPress
In reply to: Padding removalThanks a lot. It worked.
Forum: Fixing WordPress
In reply to: Padding removalI am already using firebug but I am not sure where I have to put that code in source code.