hi…try that,go and edit with notepad this file: 02.homepage.php
/wp-content/themes/minamaze/admin/main/options/02.homepage.php
search and change every three lines:
class=”more-link themebutton”>’ . __( ‘Read More’,) —->>> change to Contact US
hi.. go to the minamaze folder and open the css file with notepad,search and go to line:
#header .header-links li a {
display: block;
padding: 8px 14px;
margin: 0px;
}
modify to:
#header .header-links li a {
font-size: 14px; /* Add this line – Main menu font size */
display: block;
padding: 8px 14px;
margin: 0px;
}