Individual Posts Title & Widget Links

Discussion in 'Infoway WordPress Theme' started by smbrisard, Mar 26, 2013.

  1. smbrisard

    smbrisard Member

    Joined:
    Feb 28, 2013
    Messages:
    53
    Likes Received:
    0
    Hi,

    I'd like the title of each of my individual posts not to be "linkalble" i.e. http://www.stephanbrisard.com/marketing-personalization-tips-inbound-marketer/ - It does not make sense to have the Blog Title hoover in green when you're already on the blog page. I'd like to remove the hoover effect with no links so the title just stays black. Let's make sure that whatever fix you provide does not remove the link for the blog post thumbnail titles at: http://www.stephanbrisard.com/blog/

    Also same reasoning with the "recent post" widget title on the blog page and individual blog posts. We should not be able to hoover - when clicking it does not do anything. Instead I'd like to have that title black (please provide CSS to remove link and change color from grey to black)
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

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

    Code:
    .post.single .post_title a{
    pointer-events: none;
    }
    2.For your second issue

    It is not possible to do so because widget on all the pages are same and provide the same effect on all the pages, Therefore it is not possible to change its functionality at any particular page.
     

Share This Page