Bottom feature, Blog Heading,

Discussion in 'GoldenEagle WordPress Theme' started by beck, Feb 7, 2014.

  1. beck

    beck New Member

    Joined:
    Jan 7, 2014
    Messages:
    19
    Likes Received:
    0
    Location:
    Australia
    In Golden Eagle Pro in the section" Bottom Feature" "Blog Heading", This section is grabbing words of my wordpress site and there is a link in the heading and another link the writing under the Blog Heading which it taking it to a different page other than the blog which is setup on a different wordpress site, I need to remove the link, the Heading "Blog Heading" I have going to the right page,
    Sorry I dont have this up on the net as yet,
     
  2. Gourav

    Gourav Support Staff

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

    Go to
    Appearance > Theme Option > Home Page Bottom Settings >Blog Heading
    and enter your blog heading there with your page link.

    For example:

    Code:
    <a href="ENTER YOUR URL HERE">YOUR BLOG HEADING</a> 

    Thanks & Regards
    Gourav Shrivastava
     
  3. beck

    beck New Member

    Joined:
    Jan 7, 2014
    Messages:
    19
    Likes Received:
    0
    Location:
    Australia
    Yes, I have that in there, but under the heading, there is another link thats you can click on and it is sending them to page 47 which is a blog page attached to the theme, can I remove that,
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. beck

    beck New Member

    Joined:
    Jan 7, 2014
    Messages:
    19
    Likes Received:
    0
    Location:
    Australia
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    We have checked your website and the title of the post heading is working fine on the home.
    This is the feature of WordPress that when we click on the title of the post on home page it will redirect the website on their post page.
     
  7. beck

    beck New Member

    Joined:
    Jan 7, 2014
    Messages:
    19
    Likes Received:
    0
    Location:
    Australia
    I know thats the theme, its the words under the heading they have a link attached to them I would like to change where it is sending them and send it to the same spot as the heading,
     
  8. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .home .feature-blog .feature-blog-item h1 a {
    pointer-events: none;
    }
     
    This will remove the link from the title of blog posts from the front page.
     

Share This Page