• Resolved nsimmons

    (@nsimmons)


    I selected ‘hide’ title but it would not resolve. Using WP 4.9.8, BeTheme.

    Thanks for the assistance!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    You theme inside the layout.css it’s using the !important tag so our CSS by default can’t hide the title.

    Let’s force by also adding this CSS in Appearance-> Customize -> Additional CSS

    #Top_bar .menu .menu-image-title-hide .menu-image-title, #Top_bar .menu .menu-image-title-hide.menu-image-title {
        display: none!important;
    }

    Clear the cache and test again.
    Let me know the result.

    Thread Starter nsimmons

    (@nsimmons)

    Perfect! May thanks Rui.
    Stay healthy,
    Nick

    Plugin Author Rui Guerreiro

    (@takanakui)

    Great. You too.
    Stay safe.

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

The topic ‘Title position not resolving- cannot hide the title’ is closed to new replies.