How can I change the link of the logo? Usually it links to homepage, but I want to link to somewhere else.
samlin2000 Hi Open file "/tpls/blocks/header.php" in template "ja_sensei". Find
<a href="<?php echo JUri::base() ?>" title="<?php echo strip_tags($sitename) ?>">
replace <?php echo JUri::base() ?> with your link in above code.
<?php echo JUri::base() ?>
thanks
How can I change the main menu font style?
I want to change to
samlin2000 Hi You can use this code in custom.css file
.navbar-default .navbar-nav > li { font-family: cursive; }
PS : Open a new thread for different topic questions.
Regards