Remove text preview OR insert text

  • Unknown's avatar

    Hello,

    I’m using the Canape theme for my website. If you visit the About Us page, there is a paragraph under the title.

    Currently I’ve inserted that using the “Menu description” function of the theme. If you visit the homepage and hover over “About Us” you see the preview of the text, which I don’t want.

    So – can someone either assist me in removing the text preview from the “About Us” homepage image OR can you help me in just inserting a text box into the About Us page? Whichever makes the most sense :)

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, my first question to myself was, why not just remove the description from the menu item?

    Given the way that section is designed, we have to use a pseudo selector to remove the description. If in the future, you move about us to one of the other two positions, the description will come back and the CSS will have to be changed.

    #front-page-menu .item:last-child .description {
    	display: none;
    }
  • Unknown's avatar

    Thanks so much! I guess I should have clarified that the only way for me (currently) to have a description under the page title was to also include it as the menu item description.

    But your code worked, much appreciated!

  • Unknown's avatar

    Thanks so much! I guess I should have clarified that the only way for me (currently) to have a description under the page title was to also include it as the menu item description.

    But your code worked, much appreciated!

  • Unknown's avatar

    Great, and you are welcome.

  • The topic ‘Remove text preview OR insert text’ is closed to new replies.