• Is it possible to make the “Highlight” button active? So that when I click on it, the page I need will open?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Akhilesh

    (@atul-rahman)

    Hi,@katarsyz

    Thank you for your suggestion.

    I will discuss this with our development team and get back to you.

    At the moment, linking this button requires code customization.

    Are you comfortable with making these customizations?

    Thank you and best regards.

    Thread Starter katarsyz

    (@katarsyz)

    yep, its not problem. Thanks!

    Akhilesh

    (@atul-rahman)

    Hi

    To link HighLight Text for this follow the given below instruction.

    1 Find the news-highlight-1.php file located in your parent theme newscrunch folder >>partials folder >>front Folder. Open the file and find the below line of code on line no 32

    <h3><?php echo esc_html($newscrunch_news_higlight_title);?></h3>

    2 And Replace it with below line of code.

    <a href="Enter URL"><h3><?php echo esc_html($newscrunch_news_higlight_title);?></h3></a>

    Change href value (Enter URL )as your need.

    Let me know if you have nay confuion.
    Thanks & regards

    Support Team

    Thread Starter katarsyz

    (@katarsyz)

    Thank you so much! It worked!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.