Change homepage

  • Posted in : ikonik
  • kkcoms
    Participant

    Hello, how can completely eliminate the section that appears in the middle of the homepage that says web developer(the whole animation and logo), as well as this image from the homepage: https://themes.pixelwars.org/ikonik/demo-01/wp-content/uploads/sites/2/2019/08/icon-bg.svg

    kkcoms
    Participant

    I think that is related to this part:

    <?php
    $ikonik_home_marquee_text = get_theme_mod(‘ikonik_setting__home_marquee_text’, “”);

    if (! empty($ikonik_home_marquee_text))
    {
    ?>
    <p class=”home-marquee”>
    <?php
    echo esc_html($ikonik_home_marquee_text);
    ?>
    </p> <!– .home-marquee –>
    <?php
    }
    ?>

    <i class=”home-logo-left”>
    <?php
    $ikonik_home_logo_left_text = get_theme_mod(‘ikonik_setting__home_logo_left_text’, “”);
    ?>

    serkan
    Moderator

    Hi,
    You can use this custom css code;

    .home-heading { display: none; }

    As you know, you can remove the background image from the customizer. Please go to appearance > customize > site identity
    Thanks

    kkcoms
    Participant

    Thanks.

    Another question how can I set the home heading and menu tittle to a custom font that I downloaded?

    The font is already in my server.

    serkan
    Moderator

    Hi,
    Could you try to use the plugins for this feature? It might be the easiest way.
    https://wordpress.org/plugins/easy-google-fonts/
    https://www.wpbeginner.com/wp-themes/how-to-add-custom-fonts-in-wordpress/
    Thanks

    kkcoms
    Participant

    Thanks, question, how do I change the font size for the menu, is there any css code for that?

    serkan
    Moderator

    Hi,
    You can use this custom css code;

    .home-menu .item-name { font-size: 6.4vh;}

    Thanks

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register