• Resolved pixelhated

    (@pixelhated)


    Hello, I just noticed the word “Title” that scrolls along the right side of every page on my site. http://www.lumiereportraits.com. Is there an easy way to make it so that doesn’t show so people don’t click on it?

    Hopefully it’s an easy fix, and thank you in advance for any help!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi pixelhated!

    I don’t know if there’s an option for that inside your theme options but here’s a quick turnaround.
    Put this CSS into your Custom CSS or Child Theme style.css so that way you won’t lose all the changes made when the theme updates

    .qbx_trig {
    display:none
    }

    Let me know if that did the trick 🙂

    Thread Starter pixelhated

    (@pixelhated)

    Bearded Rick, thank you for the quick response!

    I had to create a child theme, (never done that before) because I did not have one. However when I installed the child theme and switched to it, it looked completely different. Probably something I did. That being said still right along the side of the child theme (looking completely different) was the Title that scrolled along. So still there.

    Have you followed the instructions here?
    It should look exactly the same as your parent theme, even if the child-theme would be the best solution, you can try installing a Custom CSS plugin and it should work anyway 🙂

    Cheers!
    -Rick

    Thread Starter pixelhated

    (@pixelhated)

    Thanks again Rick!

    I did follow those steps for child theme. The custom CSS plugin was much easier, so I installed it. I plugged in the code from you first post and still see it scrolling along the side.

    But thanks again for your ideas.

    No worries! Let’s get this done though 🙂

    Try with this:

    .qbx_trig {
    display:none!important
    }
    Thread Starter pixelhated

    (@pixelhated)

    Brilliant, success!!

    Thanks again Rick for the time effort and help.

    I’m glad to help!

    Cheers!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Title scrolling right side of pages’ is closed to new replies.