Title: witk123's Replies | WordPress.org

---

# witk123

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Vega] Adding Parallax to Page Header](https://wordpress.org/support/topic/adding-parallax-to-page-header/)
 *  Thread Starter [witk123](https://wordpress.org/support/users/witk123/)
 * (@witk123)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/adding-parallax-to-page-header/#post-11698187)
 * As it turns out, I didn’t need the plugin. I can do just it with Custom CSS. `.
   jumbotron.banner-none{
    background-image: url(“[https://www.gerakis-lab.com/wp-content/uploads/2019/06/laserpic1-banner-e1560286364697.jpg&#8221](https://www.gerakis-lab.com/wp-content/uploads/2019/06/laserpic1-banner-e1560286364697.jpg&#8221););
 *  /* Set a specific height */
    height: 180px;
 *  /* Create the parallax scrolling effect */
    background-attachment: fixed; background-
   position: center; background-repeat: no-repeat; background-size: cover; } ` I
   found the solution on this site: [https://www.w3schools.com/howto/howto_css_parallax.asp](https://www.w3schools.com/howto/howto_css_parallax.asp)
 * Thanks again,
    Justin
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Vega] Adding a second logo that can also redirect to another website.](https://wordpress.org/support/topic/adding-a-second-logo-that-can-also-redirect-to-another-website/)
 *  Thread Starter [witk123](https://wordpress.org/support/users/witk123/)
 * (@witk123)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/adding-a-second-logo-that-can-also-redirect-to-another-website/#post-11628624)
 * [@lyrathemes](https://wordpress.org/support/users/lyrathemes/)
 * Can you give specifics on how to do that? I’m not well versed in programming 
   with regards to web pages. I know for the custom CSS you can put in a url for
   the image, but I see that the header.php will work differently than that. I’m
   thinking I add another “navbar-header” under “container”, but I don’t really 
   know.
 * Thanks again,
    Justin

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