• Resolved waanderlust

    (@waanderlust)


    Hey!

    I want to know how to delete a link to a page?
    I’ve got this theme and I can change the CSS.
    https://demo.themegrill.com/spacious/
    It’s the headline “Super Fast loading” how can I delete the link? I only want it as a text not a link. In all three widgets.

    And how can I edit the text below <p>? I want to <(BR)>
    but It’s not working. I also want a link to a email/phone number. But when I use the code in the “Page” -edit. It’s not working, so I guess there’s something in the CSS I need to edit?

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • the headline links should be editable in your widget settings.
    Appearance
    > Widgets
    not quite sure which <p> ?

    As far as the code in the page editing – just make sure your are editing it in text(HTML) mode and not visual mode.

    Hi waanderlust,

    To do as your requirement you have to do some code customization. Here is the way I will provide you for the solution.Please follow the instruction properly:-

    i) First you need to create the child theme as instructed by the link: https://themegrill.com/tutorial-on-creating-wordpress-child-theme/
    ii) After creating child theme you need to create the widgets.php as the parent theme.
    iii) In the widgets.php find the class ‘spacious_service_widget’
    iv) Find the line <?php echo $before_title; ?><a title="<?php the_title_attribute(); ?>" href="<?php the_permalink(); ?>"><?php echo $page_title; ?></a><?php echo $after_title; ?>
    v) Replace the above line and paste the below code:<?php echo $before_title; ?><?php echo $page_title; ?></a><?php echo $after_title; ?>
    vi) Save and check the title now.

    Hope you can do it properly and provide our theme the rate in the link: https://www.ads-software.com/support/view/theme-reviews/spacious

    Regards,
    chhabi

    Thread Starter waanderlust

    (@waanderlust)

    Thank you chhabi!
    It worked great!

    One last question, how can I formatting the text below the headline? I want to insert phone number and a link for an email. And be able to “break the line”? It’s not responding when I write the code in the html.

    Thanks!

    Thread Starter waanderlust

    (@waanderlust)

    I just figured it out!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to delete the headline link?’ is closed to new replies.