Title: albertstrun's Replies | WordPress.org

---

# albertstrun

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

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

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [storefront child theme broken](https://wordpress.org/support/topic/storefront-child-theme-broken/)
 *  [albertstrun](https://wordpress.org/support/users/albertstrun/)
 * (@albertstrun)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/storefront-child-theme-broken/#post-5873564)
 * Hi, I think the Template: field is case sensitive? if there is a mismatch there,
   that may cause some problems.
 * It’s worth a try 😀
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hostmarks] how to edit footer so its the same on all pages?](https://wordpress.org/support/topic/how-to-edit-footer-so-its-the-same-on-all-pages-1/)
 *  [albertstrun](https://wordpress.org/support/users/albertstrun/)
 * (@albertstrun)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/how-to-edit-footer-so-its-the-same-on-all-pages-1/#post-4215126)
 * Ahh yes; cart before the horse. I am hoping /assuming Paul is using a [child theme](http://codex.wordpress.org/Child_Themes)?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hostmarks] how to edit footer so its the same on all pages?](https://wordpress.org/support/topic/how-to-edit-footer-so-its-the-same-on-all-pages-1/)
 *  [albertstrun](https://wordpress.org/support/users/albertstrun/)
 * (@albertstrun)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/how-to-edit-footer-so-its-the-same-on-all-pages-1/#post-4215124)
 * Hi, I’ve just had a play around with the footer.php and came up with this solution.(
   deleted conditional php tags that were getting in the way).
 *     ```
       <footer id="colophon" role="contentinfo">
       		<div id="site-generator">
            <!-- Custom content START -->
             <!-- I've just deleted the php that displays your blog-name, etc. -->
             <a href="http://yourlinkhere.co.uk"> your Footer Link </a>
            <!-- Custom content END -->
   
       		</div>
       	</footer><!-- #colophon -->
       </div><!-- #container -->
   
       <?php wp_footer(); ?>
   
       </body>
       </html>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Responsive] Color of Home Widget Titles](https://wordpress.org/support/topic/color-of-home-widget-titles/)
 *  [albertstrun](https://wordpress.org/support/users/albertstrun/)
 * (@albertstrun)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/color-of-home-widget-titles/#post-4195496)
 * Yes, it’s possible to change every aspect of responsive widgets.
 * To change the color of the homepage widgets _only_, the css used is:
    ** .widget-
   title-home h3 { color: red; }
 * and just replace **red** with the color/hex of your choice.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Responsive] How to get the taglines on the front page blank](https://wordpress.org/support/topic/how-to-get-the-taglines-on-the-front-page-blank/)
 *  [albertstrun](https://wordpress.org/support/users/albertstrun/)
 * (@albertstrun)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/how-to-get-the-taglines-on-the-front-page-blank/#post-4181354)
 * Hi,
 * You can use CSS to visually remove both, here’s how:
 * In your [child theme](http://codex.wordpress.org/Child_Themes) folder, edit the
   style.css file.
 * For the h2 Subheading add this code:
    **.featured-subtitle { display: none; }
 * And for the text below that add this:
 * **#featured p {
    display: none; }
 * after doing this the call to action button will jump up right underneath the 
   h1 title however.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Business lite] [Theme: Business lite] effect slideshow homepage](https://wordpress.org/support/topic/theme-business-lite-effect-slideshow-homepage/)
 *  [albertstrun](https://wordpress.org/support/users/albertstrun/)
 * (@albertstrun)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/theme-business-lite-effect-slideshow-homepage/#post-2731975)
 * Hi Ramzii,
 * The Business Lite theme uses the ‘orbit’ slider, which supports a few different
   effects; including fade.
 * Here’s how to change the effect manually:
    1. Find the slider code file, it should be “themes/businesslite/core/**slider-actions.
       php**“
    2. open it up and find: `animation: 'horizontal-push',`
    3. change this line to `animation: 'fade',`
    4. Save and done 😀
 * (I got the info from this site: [http://www.zurb.com/playground/orbit-jquery-image-slider](http://www.zurb.com/playground/orbit-jquery-image-slider))

Viewing 6 replies - 1 through 6 (of 6 total)