Remove link in page title

Discussion in 'BizWay WordPress Theme' started by nflexion, Apr 9, 2013.

Thread Status:
Not open for further replies.
  1. nflexion

    nflexion New Member

    Joined:
    Jan 6, 2013
    Messages:
    12
    Likes Received:
    0
    I would like to remove the link that is embedded in the Page Title area. How would I do this?

    s1018729.instanturl.net

    Thanks

    nFLEXion
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please explain your problem with the help of screenshot, where you want to remove the link, so that we can give you the exact solution.
     
  3. nflexion

    nflexion New Member

    Joined:
    Jan 6, 2013
    Messages:
    12
    Likes Received:
    0
    Thanks for the quick response. Please see the attached screen shot. Where the page title is displayed "TDC 3000" there is a link. The link directs back to the same page in the browser. Actually a "x" is added to the end of the url when clicking in this area. The page does not refresh or change.
     

    Attached Files:

  4. nflexion

    nflexion New Member

    Joined:
    Jan 6, 2013
    Messages:
    12
    Likes Received:
    0
    Gourav,

    One correction to my last post. It is "#" that is added to the end of the url when clicking the title region not "x".
     
  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .page-heading h1 a {
    pointer-events: none;
    }
    This will solve your issue.
     
  6. nflexion

    nflexion New Member

    Joined:
    Jan 6, 2013
    Messages:
    12
    Likes Received:
    0
    Issue resolved. Thanks!
     
Thread Status:
Not open for further replies.

Share This Page