Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #872377

    shaunatk
    Participant

    Is this possible? Website is http://www.reacpros.com. I already have an image, just curious if parallax was doable in the logobar.

    Thanks!

    #873233

    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Yes that is doable, just add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-logobar {
        background-attachment: fixed !important;
    }

    Let us know how this goes!

    #875981

    shaunatk
    Participant

    Perfect thank you!

    #876334

    Christopher
    Moderator

    You’re welcome.