• Hi everyone,

    I’m using Kalium wordpress template, and unfortunately, I’ve been struggling with the customization of the categories menu, so I really need help!

    For the categories menu on kalium portfiolio theme, I would like to use an iconic font created by me. My iconic font is called bolabolha, and I have already done the upload to fonts file, via FTP.

    But I’m really not getting in which php file I should write my code… meaning, I’m using kalium.child theme, and I tried inserting the code in portfolio.php, but it only makes the menu appear twice, and at the top of the page…

    Here is the code I created, which I’m not sure about it…

    [ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]

    <html>
    <head>
    	<link rel="stylesheet" id="font-bolabolha-css" href="https://joanadamatta.com/wp-content/themes/kalium/assets/css/fonts/bolabolha/styles.css" type="text/css" media="all">
    </head>′
    
    <body class="home page page-id-3283 page-template page-template-portfolio page-template-portfolio-php logged-in admin-bar wpb-js-composer js-comp-ver-4.6.2 vc_responsive customize-support">
    
    	<div class="wrapper" id="main-wrapper">
    
    <div class="container">
    
    	<div class="portfolio-title-holder">
    
    		<div class="pt-column">
    		<div class="product-filter">
    
    <ul>
    				<li class=" active">
    					<a href="https://joanadamatta.com/"><i aria-hidden="true" class="categoria-all"></i></a>
    
    						<li class=" ">
    				<a href="https://joanadamatta.com/?portfolio-category=exhibition-design"><i aria-hidden="true" class="categoria-exhibition"></i></a>
    
    						<li class=" ">
    				<a href="https://joanadamatta.com/?portfolio-category=interaction-design"><i aria-hidden="true" class="categoria-interaction"></i></a>
    
    						<li class=" ">
    				<a href="https://joanadamatta.com/?portfolio-category=furniture"><i aria-hidden="true" class="categoria-furniture"></i></a>
    
    						<li class=" ">
    				<a href="https://joanadamatta.com/?portfolio-category=social-design"><i aria-hidden="true" class="categoria-social"></i></a>
    
    </ul>
    		</div>
    	</div>
    	</div>
    	</div>
        </div>
    </body></html>

    My website is joanadamatta.com

    I really really appreciate your help!

    Thank you very much,

    Joana

  • The topic ‘Categories Menu Customization – kalium theme’ is closed to new replies.