kkcoms

Forum Replies Created

list of topics you have created till now.

  • kkcoms
    Participant
    Posted in : Change homepage

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

    kkcoms
    Participant
    Posted in : Change homepage

    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.

    kkcoms
    Participant
    Posted in : Change homepage

    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’, “”);
    ?>

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