Change homepage Posted in : ikonik kkcomsParticipant 29 May 2020 at 02:22 #64222 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 kkcomsParticipant 29 May 2020 at 02:30 #64223 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’, “”); ?> serkanModerator 29 May 2020 at 11:28 #64224 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 kkcomsParticipant 30 May 2020 at 08:39 #64225 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. serkanModerator 30 May 2020 at 13:23 #64226 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 kkcomsParticipant 31 May 2020 at 11:53 #64228 Thanks, question, how do I change the font size for the menu, is there any css code for that? serkanModerator 31 May 2020 at 22:09 #64233 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 Ikonik - Resume vCard WordPress Themeby pixelwars Login and Registration Log in · Register