howdythemes.com
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: New to WordPress…need helpEdit your style.css file
– How can I change the sub title font at the top of the page (the text underneath where it read Global@CU)
#logo .site-description { font: normal 17px/1em Georgia, serif; color: #ffffff !important; }The above code has white color (#ffffff)
So change that value. Use some colorpickers to get hexadecimal values
– How can I put more of a gap in between the title and sub title of the site?
http://www.w3schools.com/css/css_padding.asp
How can I change the introduction text in the left hand side navigation bar (i.e. the text that reads ‘Globe@CU is an online platform for the promotion of international news stories…’)
wp-admin Dashboard -> Appearance -> widgets
Forum: Fixing WordPress
In reply to: Fatal Error memory size nothing workedTry the 4th solution mentioned in this page..
http://wpsolutions.howdythemes.com/fatal-error-allowed-memory-size-of-67108864-bytes-exhausted/
Forum: Fixing WordPress
In reply to: Fatal error : Php limitTry the third solution of this article
http://wpsolutions.howdythemes.com/fatal-error-allowed-memory-size-of-67108864-bytes-exhausted/
Forum: Themes and Templates
In reply to: [Pinboard] How to add a TOP Navigation Menu Above header ?You should register new theme theme menu to add top navigation.Just follow this documentation on how to register new nav menus