• Resolved minto

    (@minto)


    Hi again,
    how can I set an anchor without having the frontpage-boxes active, simply to scroll down on the page? Several anchors possible? (I know we have #frontpage-boxes as working anchor).

    and:
    Is there a way to remove the homepagelink from the header-image?

    thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter minto

    (@minto)

    anchor is solved, I’ve just put

    >>> #home

    Theme Author themevision

    (@themevision)

    Hello @minto!

    Follow the steps below to remove the homepage link from the header-image:

    1. Go to : Dashboard->Appearance->Editor
    2.On the right side, select to edit “Agama” theme from the drop-down list.
    3. find class-agama-helper.php file, located in the framework folder.
    4.Click that file to edit it.
    5.In the main window, scroll down to the lines 70 and 72 and delete the lines of code in it:

    echo '<a href="'. esc_url( home_url( '/' ) ) .'">';
    and

    echo '</a>';

    6. Click on the “Update File” button to save the changes.

    https://prnt.sc/j8x2tk

    Regards

    Thread Starter minto

    (@minto)

    thank you!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Anchors + Header image link’ is closed to new replies.